Opened 18 years ago
Closed 18 years ago
#9380 closed defect (fixed)
BUG: irssi-0.8.10a quit error / malloced
Reported by: | unixgold@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | markd@… | |
Port: |
Description
irssi 0.8.10_0 builds correctly and run correctly. Only on exiting the program do I receive this error:
irssi(21816) malloc: * Deallocation of a pointer not malloced: 0x3f9470; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug irssi(21816) malloc: * Deallocation of a pointer not malloced: 0x3f93c0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug irssi(21816) malloc: * Deallocation of a pointer not malloced: 0x3f93d8; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug irssi(21816) malloc: * Deallocation of a pointer not malloced: 0x3f9440; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
I am assuming it is some sort of compile error but I'm not that accomplished a programmer to understand where or what to change.
Change History (2)
comment:1 Changed 18 years ago by markd@…
Summary: | irssi quit error / malloced → BUG: irssi-0.8.10a quit error / malloced |
---|
comment:2 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed a patch that fixes this.