You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000026
0x0000000100003dc9 in jl_subtype_le ()
I am sorry that I could not provide a smaller code to demonstrate that.
I wrote a program for solving the eight queens problem (due to me being german and screwing up it uses dames instead of queens).
https://gist.github.com/1973923
After adding types to it, it crashes.
With my very basic abilitys of gdb I got this backtrace:
https://gist.github.com/1973928
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000026
0x0000000100003dc9 in jl_subtype_le ()
I am sorry that I could not provide a smaller code to demonstrate that.
System: mac os x 10.7.3
Git checkout 827847d
The text was updated successfully, but these errors were encountered: