#32858 closed defect (fixed)
tclreadline crahses
Reported by: | gustafn | Owned by: | DanielO (Daniel O'Connor) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | hashpatch | Cc: | |
Port: | tclreadline |
Description (last modified by mf2k (Frank Schima))
tclreadline compiles fine, but when used, i crashes due to malloc mismatches
> tclsh % if {$tcl_interactive} { package require tclreadline ::tclreadline::Loop } tclsh8.5 [/usr/local/src/] ... alloc: invalid block: 0x7fc88a4007c0: 65 0 Abort trap: 6
The recommended fix is on http://www2.tcl.tk/5632
Attachments (2)
Change History (7)
Changed 13 years ago by gustafn
Attachment: | tclreadline-Portfile.patch added |
---|
Changed 13 years ago by gustafn
Attachment: | tclreadline.patch added |
---|
Patch for the source (to be placed into ..../files/tclreadline.patch)
comment:2 follow-up: 3 Changed 13 years ago by mf2k (Frank Schima)
Cc: | neumann@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to darius@… |
In the future, please Cc the maintainer(s) and use WikiFormatting. Note that the reporter is automatically Cc'ed so you do not need to Cc yourself.
comment:3 Changed 13 years ago by gustafn
Replying to macsforever2000@…:
In the future, please Cc the maintainer(s) and use WikiFormatting. Note that the reporter is automatically Cc'ed so you do not need to Cc yourself.
ok. learned something.
comment:4 follow-up: 5 Changed 13 years ago by jberry@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Resolved in r90045. Maintainer timeout. I simplified the patch a bit ;)
comment:5 Changed 13 years ago by gustafn
Note: See
TracTickets for help on using
tickets.
Patch for the Portfile