Re: [ns] segment fault

2010-04-09 Thread Teerawat Issariyakul
Hi Stalin, Segmentation fault is usually due to memory access violation. A common example is as follows. int x[10]; x[20] = 0; where you create an array x with 10 slots, but try to access 20th slot of x. Hope this will help. Best Regards, Teerawat Issariyakul http://www.ns2ultimate.com/ htt

[ns] segment fault

2010-04-09 Thread stalin babu
Hi all when i am running a simulation with 10 nodes it's working fine, when i am trying to run using 20 node , i got the "Segmenatation fault" error . pl help me it's urgent for my project

Re: [ns] Segment fault (stalin babu)

2010-03-23 Thread lukman_hanif
>Message: 1 >Date: Mon, 22 Mar 2010 10:08:07 +0530 >From: stalin babu >Subject: [ns] Segment fault >To: ns-users@ISI.EDU >Message-ID: > >Content-Type: text/plain; charset=UTF-8 >Hi . > >when i am running a tcl script i got an error "segment fau

[ns] Segment fault

2010-03-21 Thread stalin babu
Hi . when i am running a tcl script i got an error "segment fault". i am run the simulation for 10 nodes it's run sucessfully. when i am trying to run simulation for 20 nodes at the end of simulation it gives an error " segment fault" . plese help me

[ns] Segment fault !

2007-02-05 Thread Nguyen Lan
Hi all, I had this error when trying to add new frame to wireless MAC. I check the code carefully but still don't understand why this happen. Any help is welcome. Cheers, Here is out put from gdb #0 0x0805af24 in Packet::access (this=0x8, off=2640) at ./common/packet.h:352 #1 0x0810b447 i