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)
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: | High → Normal |
comment:2 Changed 13 years ago by yeled@…
Cc: | yeled@… added |
---|
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: | new → closed |
fixed at r92794.
port:w3m works with port:boehmgc-devel on Lion.
Note: See
TracTickets for help on using
tickets.
Cc Me!