Date: Sat, 21 Aug 1999 10:15:52 -0400 (EDT) From: Mikhail Teterin <mi@aldan.algebra.com> To: stable@FreeBSD.ORG, ports@FreeBSD.ORG Subject: sketch seg-faults at start-up -- confirmation Message-ID: <199908211415.KAA89036@guest.newton>
next in thread | raw e-mail | index | archive | help
Sketch (built by /usr/ports/graphics/sketch) would not start up for me either: Program received signal SIGSEGV, Segmentation fault. 0x28157041 in select () from /usr/lib/libc_r.so.3 (gdb) where #0 0x28157041 in select () from /usr/lib/libc_r.so.3 #1 0x281e7e19 in _XWaitForReadable () from /usr/X11R6/lib/libX11.so.6 #2 0x281e84dc in _XRead () from /usr/X11R6/lib/libX11.so.6 #3 0x281dd13b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6 #4 0x2827df96 in TkpOpenDisplay () from /usr/local/lib/libtk80.so.1 #5 0x282b54a0 in TkReadBitmapFile () from /usr/local/lib/libtk80.so.1 #6 0x282b5365 in TkReadBitmapFile () from /usr/local/lib/libtk80.so.1 #7 0x282b5ac9 in TkCreateMainWindow () from /usr/local/lib/libtk80.so.1 #8 0x282ae20f in TkCreateFrame () from /usr/local/lib/libtk80.so.1 #9 0x282b72f7 in Tk_SafeInit () from /usr/local/lib/libtk80.so.1 #10 0x282b6ea4 in Tk_Init () from /usr/local/lib/libtk80.so.1 #11 0x2844ee9e in Tcl_AppInit () from /usr/local/share/sketch/Pax/paxtkinter.so #12 0x2844f021 in Tkapp_New () from /usr/local/share/sketch/Pax/paxtkinter.so #13 0x28450a20 in Tkinter_Create () from /usr/local/share/sketch/Pax/paxtkinter.so #14 0x8054e5d in PyEval_CallObjectWithKeywords () #15 0x8054d80 in PyEval_CallObjectWithKeywords () #16 0x8053fa2 in PyEval_EvalCode () #17 0x8055140 in PyEval_CallObjectWithKeywords () #18 0x8054d76 in PyEval_CallObjectWithKeywords () #19 0x8067fbe in PyInstance_New () #20 0x8054e75 in PyEval_CallObjectWithKeywords () #21 0x8054d80 in PyEval_CallObjectWithKeywords () #22 0x8053fa2 in PyEval_EvalCode () #23 0x8053ea2 in PyEval_EvalCode () #24 0x8053ea2 in PyEval_EvalCode () #25 0x8053ea2 in PyEval_EvalCode () #26 0x8055140 in PyEval_CallObjectWithKeywords () #27 0x8054d76 in PyEval_CallObjectWithKeywords () #28 0x8067fbe in PyInstance_New () #29 0x8054e75 in PyEval_CallObjectWithKeywords () #30 0x8054d80 in PyEval_CallObjectWithKeywords () #31 0x8053fa2 in PyEval_EvalCode () #32 0x8053ea2 in PyEval_EvalCode () #33 0x80520df in PyEval_EvalCode () #34 0x8061998 in PyRun_File () #35 0x8061961 in PyRun_File () #36 0x8061946 in PyRun_File () #37 0x8061186 in PyRun_SimpleFile () #38 0x8060e49 in PyRun_AnyFile () #39 0x805092d in Py_Main () #40 0x80503d6 in main () #41 0x8050365 in _start () I'm not sure, if this Python or libc_r problem. Could the reason be, not all of the libraries involved are built thread-safe? It uses plenty, including Jpeg, Tk... Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908211415.KAA89036>