Re: memory active causes memory fault
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: memory active causes memory fault

From: Aleks <vuje@ifg.uni-hannover.de>
Date: Mon Sep 12 2005 - 09:55:25 CEST

Jeff Hobbs schrieb:

> Compile with -DTCL_MEM_DEBUG (or --enable-symbols=all). Make
> sure you are using the Tcl alloc routines when handling data
> that moves through Tcl as well.
>

Thank you Jeff. My program was crashing due to a wrongly allocated
struct im my code. Should have been obvious, memory management is the
only thing you can't get right in C ;-)

Greetings,
Aleks
Received on Thu Sep 29 14:36:30 2005