Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Oct 2023 14:35:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274354] net/pload: Crash at startup
Message-ID:  <bug-274354-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274354

            Bug ID: 274354
           Summary: net/pload: Crash at startup
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: stitzinger_rupert@web.de
                CC: fbsd@opal.com
                CC: fbsd@opal.com
             Flags: maintainer-feedback?(fbsd@opal.com)

When starting pload it always crashes with "Illegal memory access"=20

pload from packages: pload-0.9.5_5
Network Card / driver: Realtek 8125 / Driver: realtek-re-kmod-198.00 from
packages
FreebSD: FreeBSD 13.2-RELEASE-p4 GENERIC amd64

LLDB:
$ lldb pload
(lldb) target create "pload"
Current executable set to 'pload' (x86_64).
(lldb) run
Process 1450 launched: '/usr/local/bin/pload' (x86_64)
Process 1450 stopped
* thread #1, name =3D 'pload', stop reason =3D signal SIGSEGV: invalid addr=
ess
(fault address: 0x68acf04)
    frame #0: 0x0000000828d2aa50 libc.so.7`strncmp + 16
libc.so.7`strncmp:
->  0x828d2aa50 <+16>: movzbl (%rdi,%rcx), %r8d
    0x828d2aa55 <+21>: movzbl (%rsi,%rcx), %eax
    0x828d2aa59 <+25>: cmpb   %al, %r8b
    0x828d2aa5c <+28>: jne    0x828d2aa77               ; <+55>
(lldb)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274354-7788>