FS#20749 - [wireshark] Segmentation fault

Attached to Project: Arch Linux
Opened by Green (The_Green_Arrow) - Sunday, 05 September 2010, 18:25 GMT
Last edited by Ionut Biru (wonder) - Monday, 06 September 2010, 11:38 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ionut Biru (wonder)
Guillaume ALAUX (galaux)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
After upgrading wireshark from wireshark 1.2.10-2 to 1.4.0-1, I've got a segmentation fault when starting wireshark

Additional info:
* wireshark 1.4.0

Steps to reproduce:
Upgrade wireshark, start it.
This task depends upon

Closed by  Ionut Biru (wonder)
Monday, 06 September 2010, 11:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  1.4.0-2
Comment by Ionut Biru (wonder) - Sunday, 05 September 2010, 18:32 GMT
seems to be related  FS#20357 
Comment by Green (The_Green_Arrow) - Sunday, 05 September 2010, 18:54 GMT
strace output tail gives :
....
open("/usr/lib/wireshark/python/1.4.0/wspy_libws.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(8, {st_mode=S_IFREG|0644, st_size=1547, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f47849b2000
read(8, "# wspy_libws.py\n#\n# $Id: wspy_li"..., 4096) = 1547
brk(0x23ed000) = 0x23ed000
close(8) = 0
munmap(0x7f47849b2000, 4096) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Comment by Ionut Biru (wonder) - Sunday, 05 September 2010, 18:57 GMT
is fixed in 1.4.0-2 by disabling python
Comment by Green (The_Green_Arrow) - Sunday, 05 September 2010, 19:11 GMT
Thx

Loading...