Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

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

tclreadline-Portfile.patch (614 bytes) - added by gustafn 12 years ago.
Patch for the Portfile
tclreadline.patch (3.2 KB) - added by gustafn 12 years ago.
Patch for the source (to be placed into ..../files/tclreadline.patch)

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by gustafn

Attachment: tclreadline-Portfile.patch added

Patch for the Portfile

Changed 12 years ago by gustafn

Attachment: tclreadline.patch added

Patch for the source (to be placed into ..../files/tclreadline.patch)

comment:1 Changed 12 years ago by gustafn

Cc: neumann@… added

Cc Me!

comment:2 Changed 12 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 in reply to:  2 Changed 12 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 Changed 12 years ago by jberry@…

Resolution: fixed
Status: newclosed

Resolved in r90045. Maintainer timeout. I simplified the patch a bit ;)

comment:5 in reply to:  4 Changed 12 years ago by gustafn

Replying to jberry@…:

Resolved in r90045. Maintainer timeout. I simplified the patch a bit ;)

Thanks a lot!

Note: See TracTickets for help on using tickets.