January 31, 2018
On Tuesday, 30 January 2018 at 16:56:28 UTC, Timoses wrote:
> Output:
> https://pastebin.com/raw/SSx0P1Av
>
> Helps?

Looks like TLS is not initialized.
January 31, 2018
On Wednesday, 31 January 2018 at 08:40:26 UTC, Kagamin wrote:
> On Tuesday, 30 January 2018 at 16:56:28 UTC, Timoses wrote:
>> Output:
>> https://pastebin.com/raw/SSx0P1Av
>>
>> Helps?
>
> Looks like TLS is not initialized.

And I would need to do what about it?

Sorry, I'm not familiar with assembly code stuff in detail.
February 01, 2018
On Wednesday, 31 January 2018 at 16:59:15 UTC, Timoses wrote:
> And I would need to do what about it?
>
> Sorry, I'm not familiar with assembly code stuff in detail.

You can try to see if it works on another distro or version.
February 04, 2018
On Thursday, 1 February 2018 at 09:01:34 UTC, Kagamin wrote:
> On Wednesday, 31 January 2018 at 16:59:15 UTC, Timoses wrote:
>> And I would need to do what about it?
>>
>> Sorry, I'm not familiar with assembly code stuff in detail.
>
> You can try to see if it works on another distro or version.

It does work on debian jessie. Stretch failed..
February 13, 2018
On Sunday, 4 February 2018 at 11:50:05 UTC, Timoses wrote:
> On Thursday, 1 February 2018 at 09:01:34 UTC, Kagamin wrote:
>> On Wednesday, 31 January 2018 at 16:59:15 UTC, Timoses wrote:
>>> And I would need to do what about it?
>>>
>>> Sorry, I'm not familiar with assembly code stuff in detail.
>>
>> You can try to see if it works on another distro or version.
>
> It does work on debian jessie. Stretch failed..

It looks like I have the same issue, I got:
gdb hiworld core
Core was generated by `./hiworld'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x800fbf73 in _d_dso_registry ()

ldc2 is working.

My system: Ubuntu 17.10 32 Bit
4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:00 UTC 2017 i686 i686 i686 GNU/Linux

(No problems on our office system Ubuntu 16.04 64Bit, too)

I tried older DMD (from 2017 and 2016!), because I already used DMD on this system, but I got the same same effect.

I am unfamiliar with debugging (gdb etc.) so any hint would be appreciated!
February 14, 2018
On Tuesday, 13 February 2018 at 06:53:46 UTC, Martin Tschierschke wrote:
> I am unfamiliar with debugging (gdb etc.) so any hint would be appreciated!

https://issues.dlang.org/show_bug.cgi?id=18350 - maybe adjust bug severity.
February 14, 2018
On Wednesday, 14 February 2018 at 10:28:51 UTC, Kagamin wrote:
> On Tuesday, 13 February 2018 at 06:53:46 UTC, Martin Tschierschke wrote:
>> I am unfamiliar with debugging (gdb etc.) so any hint would be appreciated!
>
> https://issues.dlang.org/show_bug.cgi?id=18350 - maybe adjust bug severity.
I added a comment and increased prio, OK to do it like this?
I may post my gdb results in the MET evening later, should I?

1 2
Next ›   Last »