Skip to content

Instantly share code, notes, and snippets.

@jonvuri
Created July 30, 2012 12:33
Show Gist options
  • Save jonvuri/3206578 to your computer and use it in GitHub Desktop.
Save jonvuri/3206578 to your computer and use it in GitHub Desktop.
~/Development/ObjFW/objfw% make
Entering directory src.
Entering directory exceptions.
Leaving directory exceptions.
Leaving directory src.
Entering directory utils.
Leaving directory utils.
Entering directory tests.
Entering directory plugin.
Leaving directory plugin.
[OFObject] Allocating 4096 bytes: ok
[OFObject] Freeing memory: ok
[OFObject] Allocating and freeing 4096 bytes 3 times: ok
[OFObject] Detect freeing of memory not allocated by object: ok
[OFObject] Detect out of memory on alloc: ok
[OFObject] Detect out of memory on resize: ok
[OFObject] Allocate when trying to resize NULL: ok
[OFObject] Detect resizing of memory not allocated by object: ok
[OFObject] +[description]: ok
[OFObject] -[description]: ok
[OFBlock] Class of stack block: ok
[OFBlock] Class of global block: ok
[OFBlock] Class of a malloc block: ok
[OFBlock] Copying a stack block: ok
[OFBlock] Copying a global block: ok
[OFBlock] Copying a malloc block: ok
[OFBlock] Autorelease a stack block: ok
[OFBlock] Autorelease a global block: ok
[OFBlock] Autorelease a malloc block: ok
[OFMD5Hash] +[hash]: ok
[OFMD5Hash] -[digest]: ok
[OFMD5Hash] Detect invalid call of -[updateWithBuffer:length]: ok
[OFHash] +[hash]: ok
[OFHash] -[digest]: ok
[OFHash] Detect invalid call of -[updateWithBuffer:length:]: ok
/bin/sh: line 1: 46065 Segmentation fault: 11 LD_LIBRARY_PATH=.${LD_LIBRARY_PATH+:}$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=.${DYLD_LIBRARY_PATH+:}$DYLD_LIBRARY_PATH LIBRARY_PATH=.${LIBRARY_PATH+:}$LIBRARY_PATH ./tests
make[3]: *** [run-tests] Error 139
make[2]: *** [run] Error 2
make[1]: *** [tests] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment