Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 20:24:05 -0800
From:      Russell Jackson <rjackson@cserv62.csub.edu>
To:        freebsd-gnome@freebsd.org
Subject:   gdesklet/python seg faults
Message-ID:  <20040404042405.GA39970@cserv62.csub.edu>

next in thread | raw e-mail | index | archive | help
Running CURRENT, I get the following backtrace:

#0  0x28b06cd7 in g_bsearch_array_insert () from /usr/local/lib/compat/pkg/libgobject-2.0.so.305
#1  0x28b06284 in g_boxed_type_register_static () from /usr/local/lib/compat/pkg/libgobject-2.0.so.305
#2  0x28c1bacf in initgconf () from /usr/local/lib/python2.3/site-packages/gtk-2.0/gconf.so
#3  0x28c200c6 in initgconf () from /usr/local/lib/python2.3/site-packages/gtk-2.0/gconf.so
#4  0x28c1ba12 in initgconf () from /usr/local/lib/python2.3/site-packages/gtk-2.0/gconf.so
#5  0x080b1aae in _PyImport_LoadDynamicModule ()
#6  0x080afb82 in PyImport_ExecCodeModuleEx ()
#7  0x080b09b1 in PyImport_ImportModuleEx ()
#8  0x080b04d6 in PyImport_ImportModuleEx ()
#9  0x080b008f in PyImport_ImportModule ()
#10 0x080b01de in PyImport_ImportModuleEx ()
#11 0x08092af3 in _PyUnicodeUCS4_IsAlpha ()
#12 0x080d390f in PyCFunction_Call ()
#13 0x0805a1d9 in PyObject_Call ()
#14 0x0809d582 in PyEval_CallObjectWithKeywords ()
#15 0x0809b658 in PyEval_EvalCode ()
#16 0x0809c806 in PyEval_EvalCodeEx ()
#17 0x080992f7 in PyEval_EvalCode ()
#18 0x080ae853 in PyImport_ExecCodeModuleEx ()
#19 0x080aedf3 in PyImport_ExecCodeModuleEx ()
#20 0x080afb58 in PyImport_ExecCodeModuleEx ()
#21 0x080b09b1 in PyImport_ImportModuleEx ()
#22 0x080b048c in PyImport_ImportModuleEx ()
#23 0x080b008f in PyImport_ImportModule ()
#24 0x080b01de in PyImport_ImportModuleEx ()
#25 0x08092af3 in _PyUnicodeUCS4_IsAlpha ()
#26 0x080d390f in PyCFunction_Call ()
#27 0x0805a1d9 in PyObject_Call ()
#28 0x0809d582 in PyEval_CallObjectWithKeywords ()
#29 0x0809b658 in PyEval_EvalCode ()
#30 0x0809c806 in PyEval_EvalCodeEx ()
#31 0x080992f7 in PyEval_EvalCode ()
#32 0x080ae853 in PyImport_ExecCodeModuleEx ()
#33 0x080aedf3 in PyImport_ExecCodeModuleEx ()
#34 0x080afb58 in PyImport_ExecCodeModuleEx ()
#35 0x080aef97 in PyImport_ExecCodeModuleEx ()
#36 0x080afb93 in PyImport_ExecCodeModuleEx ()
#37 0x080b09b1 in PyImport_ImportModuleEx ()
#38 0x080b04d6 in PyImport_ImportModuleEx ()
#39 0x080b008f in PyImport_ImportModule ()
#40 0x080b01de in PyImport_ImportModuleEx ()
#41 0x08092af3 in _PyUnicodeUCS4_IsAlpha ()
#42 0x080d390f in PyCFunction_Call ()
#43 0x0805a1d9 in PyObject_Call ()
#44 0x0809d582 in PyEval_CallObjectWithKeywords ()
#45 0x0809b658 in PyEval_EvalCode ()
#46 0x0809c806 in PyEval_EvalCodeEx ()
#47 0x080992f7 in PyEval_EvalCode ()
#48 0x080ae853 in PyImport_ExecCodeModuleEx ()
#49 0x080aedf3 in PyImport_ExecCodeModuleEx ()
#50 0x080afb58 in PyImport_ExecCodeModuleEx ()
#51 0x080aef97 in PyImport_ExecCodeModuleEx ()
#52 0x080afb93 in PyImport_ExecCodeModuleEx ()
#53 0x080b09b1 in PyImport_ImportModuleEx ()
#54 0x080b048c in PyImport_ImportModuleEx ()
#55 0x080b008f in PyImport_ImportModule ()
#56 0x080b01de in PyImport_ImportModuleEx ()
#57 0x08092af3 in _PyUnicodeUCS4_IsAlpha ()
#58 0x080d390f in PyCFunction_Call ()
#59 0x0805a1d9 in PyObject_Call ()
#60 0x0809d582 in PyEval_CallObjectWithKeywords ()
#61 0x0809b658 in PyEval_EvalCode ()
#62 0x0809c806 in PyEval_EvalCodeEx ()
#63 0x080992f7 in PyEval_EvalCode ()
#64 0x080b723e in PyRun_FileExFlags ()
#65 0x080b71e6 in PyRun_FileExFlags ()
#66 0x080b7196 in PyRun_FileExFlags ()
#67 0x080b63b0 in PyRun_SimpleFileExFlags ()
#68 0x080b5d8d in PyRun_AnyFileExFlags ()
#69 0x080550d4 in Py_Main ()
#70 0x08054979 in main ()
#71 0x08054879 in _start ()

-- 
Russell A. Jackson (rjackson@cserv62.csub.edu)



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