Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

wireshark_2011-10-16-003608_Airgunsters-MacBook.crash (38.3 KB) - added by airgunster@… 13 years ago.
crash log

Download all attachments as: .zip

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: 11wireshark: Segmentation fault: 11

Provide the crash log, please.

Changed 13 years ago by airgunster@…

crash log

comment:2 Changed 13 years ago by airgunster@…

Add crash log.

comment:3 in reply to:  description 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: newclosed

Fixed in r86264 by adding 'configure.compiler=llvm-gcc-4.2' for Lion.

comment:5 Changed 13 years ago by ghosthound

Resolution: fixed
Status: closedreopened

reverted in r86265 as it breaks on the svn server.

comment:6 Changed 13 years ago by jmroot (Joshua Root)

Darwin 10 is Snow Leopard.

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: reopenedclosed

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.