Thread overview
strange runtime error
May 02, 2013
gedaiu
May 02, 2013
evilrat
May 02, 2013
Jesse Phillips
May 03, 2013
gedaiu
May 02, 2013
can anyone help me tu understand this kind of errors?

/home/user/workspace/path/project/src(_D4core7runtime18runModuleUnitTestsUZb19unittestSegvHandlerUiPS4core3sys5posix6signal9siginfo_tPvZv+0x3e)[0x485ede]
May 02, 2013
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
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.posix.signal-siginfo = tPvZv+0x3e[0x485ede] <- Memory location
May 03, 2013
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.posix.signal-siginfo = tPvZv+0x3e[0x485ede] <- Memory location

Yes, i am using linux.

Thanks!
Bogdan