Opened 12 years ago

Closed 9 years ago

#32356 closed defect (wontfix)

wireshark: segmentation fault when cairo and pango use +quartz

Reported by: macports.org@… Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: wireshark pango

Description (last modified by ryandesign (Ryan Carsten Schmidt))

  • X11 starts
  • wireshark starts
  • when running a trace, wireshark get's a segmentation fault (Signal 11).
# port installed | grep wireshark
  wireshark @1.6.4_0+gnutls+pcre+rtp
  wireshark @1.6.4_0+gnutls+rtp (active)

This is not a duplicate of ticket #31615 as here wireshark starts.

Attachments (1)

wireshark_2011-12-01-224437_localhost.crash (48.6 KB) - added by macports.org@… 12 years ago.
Crash Report from /Library/Logs/CrashReporter

Download all attachments as: .zip

Change History (8)

Changed 12 years ago by macports.org@…

Crash Report from /Library/Logs/CrashReporter

comment:1 Changed 12 years ago by macports.org@…

# port installed |  grep "pango "
  pango @1.28.4_2+quartz+x11 (active)

comment:2 Changed 12 years ago by macports.org@…

After I dropped quartz support from cairo and pango

# port install cairo +opengl
# port install pango
# port installed | egrep " cairo| pango"
  cairo @1.10.2_4+quartz+x11
  cairo @1.10.2_4+opengl+x11 (active)
  pango @1.28.4_2+quartz+x11
  pango @1.28.4_2+x11 (active)

=> Wireshark seems to run stable.

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to opendarwin.org@…
Summary: wireshark: segmentation faultwireshark: segmentation fault when cairo and pango use +quartz

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Cc: ryandesign@… added
Keywords: segmentation fault removed
Port: pango added

Is this still a problem with current versions of pango and wireshark?

comment:5 Changed 12 years ago by macports.org@…

How can I tell? I currently have pango installed withouth +quartz

Can you tell me how to add +quartz again?

comment:6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Well, you could:

sudo port install cairo +quartz
sudo port install pango +quartz

However this may break other ports that depend on cairo and/or pango. Really, the decision about whether or not to use quartz must be made before you install any ports (or be prepared to reinstall all ports).

comment:7 Changed 9 years ago by ghosthound

Resolution: wontfix
Status: newclosed

Closing as workaround exists (don't use +quartz for cairo and pango).

Note: See TracTickets for help on using tickets.