Hi,
my wireshark in Fedora 17 fully updated started to seg fault today. I am sure last week it was working, but I cannot see anything interesting in the list of updates via yum.
Stack trace is only partial, but before I start debugging I wanted to see if anyone else has the same issue.
It dies during:
Registering Python dissectors
Starting program: /usr/sbin/wireshark [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". Detaching after fork from child process 1334. Detaching after fork from child process 1335.
Program received signal SIGSEGV, Segmentation fault. 0xb48c4df7 in addMacro () from /lib/libsmi.so.2
and then deep inside python.
#0 0xb48c4df7 in addMacro () from /lib/libsmi.so.2 #1 0xb2d681bc in ?? () from /lib/librpm.so.2 #2 0xb2d68722 in rpmReadConfigFiles () from /lib/librpm.so.2 #3 0xb2f87e7c in init_rpm () from /usr/lib/python2.7/site-packages/rpm/_rpmmodule.so #4 0xb4e00ab0 in _PyImport_LoadDynamicModule () from /lib/libpython2.7.so.1.0 #5 0xb4dfe888 in ?? () from /lib/libpython2.7.so.1.0 #6 0xb4dfef19 in ?? () from /lib/libpython2.7.so.1.0 #7 0xb4dff1ac in ?? () from /lib/libpython2.7.so.1.0 #8 0xb4dff716 in ?? () from /lib/libpython2.7.so.1.0 #9 0xb4dffc68 in PyImport_ImportModuleLevel () from /lib/libpython2.7.so.1.0 #10 0xb4de4ed4 in ?? () from /lib/libpython2.7.so.1.0 #11 0xb4d8e079 in PyCFunction_Call () from /lib/libpython2.7.so.1.0 #12 0xb4d518e1 in PyObject_Call () from /lib/libpython2.7.so.1.0 #13 0xb4de6e0c in PyEval_CallObjectWithKeywords () from /lib/libpython2.7.so.1.0 #14 0xb4dea3b4 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0 #15 0xb4dee049 in PyEval_EvalCodeEx () from /lib/libpython2.7.so.1.0 #16 0xb4dee1c4 in PyEval_EvalCode () from /lib/libpython2.7.so.1.0 #17 0xb4dfdb13 in PyImport_ExecCodeModuleEx () from /lib/libpython2.7.so.1.0 #18 0xb4dfdda0 in ?? () from /lib/libpython2.7.so.1.0 #19 0xb4dfeb98 in ?? () from /lib/libpython2.7.so.1.0 #20 0xb4dfef19 in ?? () from /lib/libpython2.7.so.1.0 #21 0xb4dff1ac in ?? () from /lib/libpython2.7.so.1.0 #22 0xb4dff6d9 in ?? () from /lib/libpython2.7.so.1.0 #23 0xb4dffc68 in PyImport_ImportModuleLevel () from /lib/libpython2.7.so.1.0 #24 0xb4de4ed4 in ?? () from /lib/libpython2.7.so.1.0 #25 0xb4d8e079 in PyCFunction_Call () from /lib/libpython2.7.so.1.0 #26 0xb4d518e1 in PyObject_Call () from /lib/libpython2.7.so.1.0 #27 0xb4de6e0c in PyEval_CallObjectWithKeywords () from /lib/libpython2.7.so.1.0 #28 0xb4dea3b4 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0 #29 0xb4dee049 in PyEval_EvalCodeEx () from /lib/libpython2.7.so.1.0 #30 0xb4dee1c4 in PyEval_EvalCode () from /lib/libpython2.7.so.1.0 #31 0xb4dfdb13 in PyImport_ExecCodeModuleEx () from /lib/libpython2.7.so.1.0 #32 0xb4dfdda0 in ?? () from /lib/libpython2.7.so.1.0 #33 0xb4dfef19 in ?? () from /lib/libpython2.7.so.1.0 #34 0xb4dff1ac in ?? () from /lib/libpython2.7.so.1.0 #35 0xb4dff6d9 in ?? () from /lib/libpython2.7.so.1.0 #36 0xb4dffc68 in PyImport_ImportModuleLevel () from /lib/libpython2.7.so.1.0 #37 0xb4de4ed4 in ?? () from /lib/libpython2.7.so.1.0 #38 0xb4d8e079 in PyCFunction_Call () from /lib/libpython2.7.so.1.0 #39 0xb4d518e1 in PyObject_Call () from /lib/libpython2.7.so.1.0 #40 0xb4de6e0c in PyEval_CallObjectWithKeywords () from /lib/libpython2.7.so.1.0 #41 0xb4dea3b4 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0
On Wed, 24 Oct 2012, andrea wrote:
Hi,
my wireshark in Fedora 17 fully updated started to seg fault today. I am sure last week it was working, but I cannot see anything interesting in the list of updates via yum.
The quick fix is to delete abrt-addon-python package (probably with abrt-desktop due to dependencies). You can also update to the latest abrt on koji (I don't think it has reached updates-testing yet). See bug https://bugzilla.redhat.com/show_bug.cgi?id=864324
Michael Young
On 10/24/2012 09:44 PM, M A Young wrote:
On Wed, 24 Oct 2012, andrea wrote:
Hi,
my wireshark in Fedora 17 fully updated started to seg fault today. I am sure last week it was working, but I cannot see anything interesting in the list of updates via yum.
The quick fix is to delete abrt-addon-python package (probably with abrt-desktop due to dependencies). You can also update to the latest abrt on koji (I don't think it has reached updates-testing yet). See bug https://bugzilla.redhat.com/show_bug.cgi?id=864324
Michael Young
Thanks,
it is my case.