Skip to content

Instantly share code, notes, and snippets.

@ahamid
Created November 20, 2011 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahamid/1380816 to your computer and use it in GitHub Desktop.
Save ahamid/1380816 to your computer and use it in GitHub Desktop.
Rock segfaulting
https://github.com/ahamid/semblance/tree/break-rock
+ rm -r .libs rock_tmp
+ rock -lelf -v -m64 -Isrc -o=semblance src/semblance.ooc src/CallingConvention.ooc src/CodeSection.ooc src/DataSource.ooc src/Datum.ooc src/elf.ooc src/FakeISA.ooc src/Instruction.ooc src/ISA.ooc src/ISARegistry.ooc src/Parser.ooc src/ProgramObject.ooc src/semblance.ooc src/SimpleParser.ooc src/Statement.ooc
./make: line 5: 9359 Segmentation fault (core dumped) rock -lelf -v -m64 -Isrc -o=semblance src/semblance.ooc src/*.ooc
@alexnask
Copy link

alexnask commented Dec 3, 2011

Please report this issues as you get them, I will do my best to fix them. Reporting this one but please do so with the others :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment