-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
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
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior