Re: [fluid-dev] glib crash

2013-08-22 Thread Element Green
Not sure what happened with the address typo, since I thought I copy and pasted it too. Glad you caught it. >From what I can see, that instruction is indeed an LDS instruction, which from what I read is invalid when in 64 bit mode. It sounds like Mac OSX can be run in either 32 bit or 64 bit mod

Re: [fluid-dev] glib crash

2013-08-22 Thread a...@gratin.org
Hum sorry, this seemed fishy so I did : (gdb) x/8bx thread_memory_from_self+187 0x34894bc :0xc50xfb0x100x83 0xad0x410x0a0x00 which looks more like it. I think that you did a typo when typing 0x039894bc (which I then copied without checking..) instead of 0x34894

Re: [fluid-dev] glib crash

2013-08-22 Thread a...@gratin.org
Le 21 août 2013 à 16:41, Element Green a écrit : > You should be able to do that like: > x/8bx 0x039894bc > (gdb) x/8bx 0x039894bc 0x39894bc: 0xe10xee0xee0xee0xe10xee0xee0xee > > Do you know any details about the differences in the CPUs? Maybe th