Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2014 20:16:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195787] New: py-pysha3 core dumped, when build without threads
Message-ID:  <bug-195787-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 195787
           Summary: py-pysha3 core dumped, when build without threads
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: bsd@att.org.ru

If python was build with threads, and py-pysha3 without thread, then core.
CFLAGS+=-pthread make fix this.


Reading symbols from
/usr/local/lib/python2.7/site-packages/bcrypt/_bcrypt.so...(no debugging
symbols found)...done.
Loaded symbols for /usr/local/lib/python2.7/site-packages/bcrypt/_bcrypt.so
Reading symbols from /usr/local/lib/python2.7/site-packages/_sha3.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/python2.7/site-packages/_sha3.so
Reading symbols from /usr/local/lib/python2.7/lib-dynload/resource.so...(no
debugging symbols found)...done.
Loaded symbols for /usr/local/lib/python2.7/lib-dynload/resource.so
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols
found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x00000008079e45d5 in SHA3_factory () from
/usr/local/lib/python2.7/site-packages/_sha3.so
[New Thread 808453400 (LWP 100142/python2.7)]
[New Thread 8064bec00 (LWP 100136/python2.7)]
[New Thread 8064be800 (LWP 100134/python2.7)]
[New Thread 8064be400 (LWP 100133/python2.7)]
[New Thread 8064be000 (LWP 100131/python2.7)]
[New Thread 8064bdc00 (LWP 100130/python2.7)]
[New Thread 801c06400 (LWP 102011/python2.7)]

---Type <return> to continue, or q <return> to quit---
#62 0x00000008008fe504 in PyEval_EvalCodeEx () from
/usr/local/lib/libpython2.7.so.1
#63 0x000000080088e77c in PyFunction_SetClosure () from
/usr/local/lib/libpython2.7.so.1
#64 0x000000080086af14 in PyObject_Call () from
/usr/local/lib/libpython2.7.so.1
#65 0x0000000800876f83 in PyMethod_New () from /usr/local/lib/libpython2.7.so.1
#66 0x000000080086af14 in PyObject_Call () from
/usr/local/lib/libpython2.7.so.1
#67 0x000000080090543d in PyEval_CallObjectWithKeywords () from
/usr/local/lib/libpython2.7.so.1
#68 0x000000080093b856 in initthread () from /usr/local/lib/libpython2.7.so.1
#69 0x0000000801222505 in pthread_create () from /lib/libthr.so.3
#70 0x0000000000000000 in ?? ()

FreeBSD 10.1-BETA1 amd64

-- 
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-195787-13>