Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2020 07:58:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250390] segmentation fault at __pthread_cleanup_push_imp
Message-ID:  <bug-250390-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 250390
           Summary: segmentation fault at __pthread_cleanup_push_imp
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: meetshamsher@gmail.com

Seeing seg fault as __pthread_cleanup_push_imp for any printf/fprintf in ea=
l.c
file,

Any suggestion how to resolve it?


] ./gdb --args ./top
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain condition=
s.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
(gdb) r
Starting program: /data/tools/top=20
[New LWP 100131]

Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 100131]
0x00000008008bbddc in __pthread_cleanup_push_imp () from /lib/libthr.so.3
(gdb) bt
#0  0x00000008008bbddc in __pthread_cleanup_push_imp () from /lib/libthr.so=
.3
#1  0x00000008016428ec in vfprintf_l () from /lib/libc.so.7
#2  0x0000000801633260 in fprintf () from /lib/libc.so.7
#3  0x0000000000412561 in rte_eal_init (argc=3D4, argv=3D0x7fffffffd690) at
/data/dpdk/lib/librte_eal/freebsd/eal/eal.c:713

--=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-250390-7788>