pure segfaults
> pure
Segmentation fault
> pure --version
Pure 0.47 (x86_64-apple-darwin10.7.0) Copyright (c) 2008-2011 by Albert Graef
Compiled for LLVM 2.4svn (http://llvm.org)
> gdb pure
...
(gdb) r
Starting program: /opt/local/bin/pure
Reading symbols for shared libraries .++++++. done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000020
0x00000001005019a8 in (anonymous namespace)::MemoryRangeHeader::FreeBlock ()
(gdb) up
#1 0x0000000100501c5b in (anonymous namespace)::DefaultJITMemoryManager::deallocateMemForFunction ()
(gdb) up
#2 0x00000001000940ce in Env::clear ()
(gdb) up
#3 0x0000000100097c87 in Env::operator= ()
(gdb) up
#4 0x0000000100098432 in interpreter::compile ()
(gdb) up
#5 0x000000010000382f in main ()
Change History (2)
Cc: |
ryandesign@… added; MacPorts@… removed
|
Port: |
pure added
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Duplicate of #29364.