Opened 13 years ago

Closed 12 years ago

#30710 closed defect (fixed)

w3m crashes under Lion

Reported by: user.emacs@… Owned by: mnick@…
Priority: Normal Milestone:
Component: ports Version: 2.0.1
Keywords: lion Cc: yeled@…, derekathomas@…
Port: w3m

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

w3m http://www.nytimes.com

leads to

Segmentation fault: 11

after:

2.24kb loaded

unfortunately, whey I try to run w3m under gdb, the crash does not occur. any hints on how one might debug this? thanks...

Attachments (1)

w3m-Portfile.diff (631 bytes) - added by kimuraw (kimura wataru) 13 years ago.
let port:w3m to build with port:boehmgc and port:boehmgc-devel

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: crash w3m removed
Owner: changed from macports-tickets@… to mnick@…
Priority: HighNormal

comment:2 Changed 13 years ago by yeled@…

Cc: yeled@… added

Cc Me!

comment:3 Changed 13 years ago by derekathomas@…

Cc: derekathomas@… added

Cc Me!

Changed 13 years ago by kimuraw (kimura wataru)

Attachment: w3m-Portfile.diff added

let port:w3m to build with port:boehmgc and port:boehmgc-devel

comment:4 Changed 13 years ago by kimuraw (kimura wataru)

It looks a problem of gc.

I tried to run w3m with the latest boehmgc-devel on Lion and it works!

% port installed w3m
The following ports are currently installed:
  w3m @0.5.3_0 (active)
% sudo port -f deactivate boehmgc
% sudo port install boehmgc-devel
% w3m http://www.nytimes.com

I attached a patch to port:w3m that allows both of boehmgc and bohemgc-devel.

comment:5 Changed 12 years ago by kimuraw (kimura wataru)

Resolution: fixed
Status: newclosed

fixed at r92794.

port:w3m works with port:boehmgc-devel on Lion.

Note: See TracTickets for help on using tickets.