Re: [ns] Seg Faults

2007-11-19 Thread Leonard Tracy
Thanks for the suggestion. I am having a problem with implementing this. First off, I get quite a few errors unless I do an #ifdef to make sure that STDLIB_H gets included first. (It complains when stdlib tries to declare abort after). Wrapping an #ifdef STDLIB_H around the macro definitions

Re: [ns] Seg Faults

2007-11-19 Thread Pedro Estrela
use ifdefs to NOT redefine abort in those RNG files as such, you'll see aborts everywhere except RNG fucntions On 11/19/07, Leonard Tracy [EMAIL PROTECTED] wrote: Thanks for the suggestion. I am having a problem with implementing this. First off, I get quite a few errors unless I do an

[ns] Seg Faults

2007-11-16 Thread Leonard Tracy
Hi all, Two questions: 1. I've been trying to debug some seg faults I've been having. They appear to be related to tracing dropped packets. GDB's trace pack ends in DoWrite called by TclWrite. Has anybody else had experience with this? I am running NS 2.31 on Linux (Gutsy Ubuntu). I am