Skip to content

Crashing bug in jl_subtype_le #515

@x17x2a

Description

@x17x2a

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 behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions