#31615 closed defect (fixed)
wireshark: Segmentation fault: 11
Reported by: | airgunster@… | Owned by: | opendarwin.org@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Segmentation fault | Cc: | hsivank@… |
Port: | wireshark |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
If I run wireshark I see:
Airgunsters-MacBook:Downloads airgunster$ wireshark Segmentation fault: 11
X11 started, but wireshark not.
Attachments (1)
Change History (12)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to opendarwin.org@… |
Summary: | Run wireshark: Segmentation fault: 11 → wireshark: Segmentation fault: 11 |
Changed 13 years ago by airgunster@…
Attachment: | wireshark_2011-10-16-003608_Airgunsters-MacBook.crash added |
---|
crash log
comment:3 Changed 13 years ago by stoffer@…
Same problem here, but adding configure.compiler=llvm-gcc-4.2
made it work:
sudo port -d -v install wireshark configure.compiler=llvm-gcc-4.2
mac os x 10.7.2
comment:4 Changed 13 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r86264 by adding 'configure.compiler=llvm-gcc-4.2' for Lion.
comment:5 Changed 13 years ago by ghosthound
Resolution: | fixed |
---|---|
Status: | closed → reopened |
reverted in r86265 as it breaks on the svn server.
comment:7 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | hsivank@… added |
---|
When you resolve this, presumably you should make an identical change for wireshark-devel. Also, since it's a runtime problem, the revisions will need to be increased.
comment:8 Changed 13 years ago by jmroot (Joshua Root)
The reason it broke was the equals sign, BTW.
comment:9 Changed 13 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in r86385.
comment:10 Changed 13 years ago by jmroot (Joshua Root)
Does the clang in Xcode 4.2 for Snow Leopard work correctly?
comment:11 Changed 13 years ago by hsivank@…
Wireshark runs correctly with clang if we remove -O2 from CFLAGS
Note: See
TracTickets for help on using
tickets.
Provide the crash log, please.