www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - strange runtime error

reply "gedaiu" <szabobogdan yahoo.com> writes:
can anyone help me tu understand this kind of errors?

/home/user/workspace/path/project/src(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3e)[0x485ede]
May 02 2013
next sibling parent "evilrat" <evilrat666 gmail.com> writes:
On Thursday, 2 May 2013 at 10:30:20 UTC, gedaiu wrote:
 can anyone help me tu understand this kind of errors?

 /home/user/workspace/path/project/src(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3e)[0x485ede]
linux? segfault during unit test? if both is yes then sorry i can't help you, but maybe you can try find the source with try-catch construct and see what happens
May 02 2013
prev sibling parent reply "Jesse Phillips" <Jessekphillips+D gmail.com> writes:
On Thursday, 2 May 2013 at 10:30:20 UTC, gedaiu wrote:
 can anyone help me tu understand this kind of errors?

 /home/user/workspace/path/project/src(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3e)[0x485ede]
Basic translation: core.runtime.runModuleUnitTests.unittest-SegvHandler-core.sys. osix.signal-siginfo = tPvZv+0x3e[0x485ede] <- Memory location
May 02 2013
parent "gedaiu" <szabobogdan yahoo.com> writes:
On Thursday, 2 May 2013 at 19:55:23 UTC, Jesse Phillips wrote:
 On Thursday, 2 May 2013 at 10:30:20 UTC, gedaiu wrote:
 can anyone help me tu understand this kind of errors?

 /home/user/workspace/path/project/src(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3e)[0x485ede]
Basic translation: core.runtime.runModuleUnitTests.unittest-SegvHandler-core.sys. osix.signal-siginfo = tPvZv+0x3e[0x485ede] <- Memory location
Yes, i am using linux. Thanks! Bogdan
May 02 2013