Site upgrades

2014-03-01 Thread Iain Buclaw
Hi, The gdcproject site and bugzilla will be entering a period of downtime whilst some migrations to a new VM are taking place. I'll let you know when services are back up. Thanks Iain.

Re: Site upgrades

2014-03-01 Thread Iain Buclaw
On Saturday, 1 March 2014 at 14:34:40 UTC, Iain Buclaw wrote: Hi, The gdcproject site and bugzilla will be entering a period of downtime whilst some migrations to a new VM are taking place. I'll let you know when services are back up. Migration is complete and all services running as norm

Re: Exceptions in ARM

2014-03-01 Thread Johannes Pfau
On Saturday, 1 March 2014 at 11:46:03 UTC, Timo Sintonen wrote: I checked my code and the library code and there is no other call like this. I think there is one thing that makes this function special: if I understand correct, this function will not return. If there is some noreturn attribute

Re: Exceptions in ARM

2014-03-01 Thread Timo Sintonen
On Saturday, 1 March 2014 at 10:49:57 UTC, Johannes Pfau wrote: On Saturday, 1 March 2014 at 09:24:40 UTC, Mike wrote: On Saturday, 1 March 2014 at 08:56:26 UTC, Timo Sintonen wrote: There is nothing interesting in the assembly, only this wrong call. This form of instruction is just missing in

Re: Exceptions in ARM

2014-03-01 Thread Johannes Pfau
On Saturday, 1 March 2014 at 09:24:40 UTC, Mike wrote: On Saturday, 1 March 2014 at 08:56:26 UTC, Timo Sintonen wrote: There is nothing interesting in the assembly, only this wrong call. This form of instruction is just missing in M4 and it gives an invalid instruction fault. So what are we argu

Re: Exceptions in ARM

2014-03-01 Thread Mike
On Saturday, 1 March 2014 at 08:56:26 UTC, Timo Sintonen wrote: There is nothing interesting in the assembly, only this wrong call. This form of instruction is just missing in M4 and it gives an invalid instruction fault. So what are we arguing about? If this is so hard for us to find, no wonder

Re: Exceptions in ARM

2014-03-01 Thread Timo Sintonen
On Saturday, 1 March 2014 at 07:53:45 UTC, Mike wrote: On Saturday, 1 March 2014 at 07:26:16 UTC, Timo Sintonen wrote: I investigated this a little. It seems that the processor gets a fault interrupt when calling _Unwind_RaiseException in _d_throw. The status bits indicate an invalid instructio