Simulation terminated with exit code: 136

5,628 views
Skip to first unread message

rport...@gmail.com

unread,
May 26, 2013, 10:18:36 PM5/26/13
to omn...@googlegroups.com
Can anyone please explain to me what Error 136 is?

I searched for the reason I get this error and I read that I might have an uninitialized error, but after running the simulation for 30s with 50 cars, this error is produced. I can't understand how an uninitialized variable will cause this error after 30s.

Any help please?

Thanks in advance

Krishna Oza

unread,
May 27, 2013, 12:53:25 AM5/27/13
to omn...@googlegroups.com
The error you are getting on linux machine right. It is linux exit code SIGTERM / SIGABORT look for Linux exit code 8. Probably you are running out of memory and the omnetpp(opp_run ) process receives this signal from OS.

Solution: Check your memory usage during the simulation and monitor swap size. Try more RAM or more Swap.

Rebecca Portelli

unread,
May 27, 2013, 7:31:05 AM5/27/13
to omn...@googlegroups.com
Thanks for the suggestion, I will try it!


--
--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp
 
---
You received this message because you are subscribed to a topic in the Google Groups "omnetpp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/TRIxqJhTgos/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Abhiram Singh

unread,
Apr 12, 2014, 12:28:55 AM4/12/14
to omn...@googlegroups.com
i also got the similar error. during execution, execution window is closed automatically and on console this message is displayed:
Simulation terminated with exit code: 136
Working directory: /home/cse/omnetpp-4.4/samples/newnet
Command line: newnet -r 0 omnetpp.ini

Environment variables:
PATH=/home/cse/omnetpp-4.4/bin::/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
LD_LIBRARY_PATH=/home/cse/omnetpp-4.4/lib::/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/client:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386:
OMNETPP_IMAGE_PATH=/home/cse/omnetpp-4.4/images

i can not understand why i am getting this error.
help please...........

Rudolf Hornig

unread,
Apr 12, 2014, 2:16:10 AM4/12/14
to omn...@googlegroups.com
The meaning of process exit codes:


This translates to signal 8 


which is SIGFPE (floating point error)
Rudolf
Reply all
Reply to author
Forward
0 new messages