Discussion:
Program received signal SIGSEGV, Segmentation fault.
K' Dash
2014-06-17 09:23:57 UTC
Permalink
Dear members

I am facing this error but could not resolve it. *EID_address.h *and
*EID_address.cc* files are belongs to my own module.
please guide me. thanx


gdb output:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6704 in ns3::EID_address::EID_address (this=0x7fffffffac30)
at ./ns3/EID_address.h:29
29 class EID_address
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to ns-3-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Konstantinos
2014-06-17 09:32:27 UTC
Permalink
With only this output we can not help.
Use the debugger to analyse the problem, i.e. use breakpoints, provide full
"backtrace" to identify where exactly the error has occured.
Post by K' Dash
Dear members
I am facing this error but could not resolve it. *EID_address.h *and
*EID_address.cc* files are belongs to my own module.
please guide me. thanx
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6704 in ns3::EID_address::EID_address (this=0x7fffffffac30)
at ./ns3/EID_address.h:29
29 class EID_address
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to ns-3-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
K' Dash
2014-07-01 08:43:12 UTC
Permalink
Dear Konstantinos

This is the output of my code.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6718 in ns3::EID_address::EID_address (this=0x7fffffffaf60)
at ./ns3/EID_address.h:29

Here are two address here *0x00007ffff4cf6718 *and *this=0x7fffffffaf60. *how
to read this error? and what both address telling me?
actually when I run my code in Eclipse debugger then before reaching at
above mentioned addresses, I am facing more errors.
Post by Konstantinos
With only this output we can not help.
Use the debugger to analyse the problem, i.e. use breakpoints, provide
full "backtrace" to identify where exactly the error has occured.
Post by K' Dash
Dear members
I am facing this error but could not resolve it. *EID_address.h *and
*EID_address.cc* files are belongs to my own module.
please guide me. thanx
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6704 in ns3::EID_address::EID_address (this=0x7fffffffac30)
at ./ns3/EID_address.h:29
29 class EID_address
--
You received this message because you are subscribed to a topic in the
Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/ns-3-users/05FdH3klB7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
--
Regards,
ADNAN RASHID
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to ns-3-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Konstantinos
2014-07-01 16:13:42 UTC
Permalink
Use the debugger and provide full backtrace of the problem, not just the
last line.
The addresses you see are memory pointers. They do not say anything my
themselves.
Post by K' Dash
Dear Konstantinos
This is the output of my code.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6718 in ns3::EID_address::EID_address (this=0x7fffffffaf60)
at ./ns3/EID_address.h:29
Here are two address here *0x00007ffff4cf6718 *and *this=0x7fffffffaf60. *how
to read this error? and what both address telling me?
actually when I run my code in Eclipse debugger then before reaching at
above mentioned addresses, I am facing more errors.
Post by Konstantinos
With only this output we can not help.
Use the debugger to analyse the problem, i.e. use breakpoints, provide
full "backtrace" to identify where exactly the error has occured.
Post by K' Dash
Dear members
I am facing this error but could not resolve it. *EID_address.h *and
*EID_address.cc* files are belongs to my own module.
please guide me. thanx
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4cf6704 in ns3::EID_address::EID_address
(this=0x7fffffffac30) at ./ns3/EID_address.h:29
29 class EID_address
--
You received this message because you are subscribed to a topic in the
Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/ns-3-users/05FdH3klB7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
--
Regards,
ADNAN RASHID
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to ns-3-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...