Created
September 3, 2012 20:58
-
-
Save clonejo/3613472 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./bralad -h"127.0.0.1" | |
| (c)allocating 65536 times 4 bytes. Pointer: 0x7fd4f4da0010. | |
| derelict.util.exception.SymbolLoadException@src/d/derelict3/import/derelict/util/exception.d(38): Failed to load symbol glfwGetJoystickAxes from shared library libglfw.so.3 | |
| ---------------- | |
| ./bralad(void* derelict.util.sharedlib.SharedLib.loadSymbol(immutable(char)[], bool)+0xa9) [0xeb0f89] | |
| ./bralad(void derelict.util.loader.SharedLibLoader.bindFunc(void**, immutable(char)[], bool)+0x89) [0xea7771] | |
| ./bralad(void derelict.glfw3.glfw3.DerelictGLFW3Loader.loadSymbols()+0x7d4) [0xe9f194] | |
| ./bralad(void derelict.util.loader.SharedLibLoader.load(immutable(char)[][])+0x6e) [0xea756a] | |
| ./bralad(void derelict.util.loader.SharedLibLoader.load(immutable(char)[])+0xfb) [0xea74ef] | |
| ./bralad(void derelict.util.loader.SharedLibLoader.load()+0x5a) [0xea73ee] | |
| ./bralad(void brala.main._staticCtor1()+0x16) [0x97117a] | |
| ./bralad(void brala.main.__modctor()+0x9) [0x9b1d35] | |
| ./bralad(void rt.minfo.ModuleGroup.runTlsCtors().void __T14runModuleFuncsS522rt5minfo11ModuleGroup11runTlsCtorsMFZv11__lambda258Z.runModuleFuncs(object.ModuleInfo*[])+0x44) [0xfc7af4] | |
| ./bralad(void rt.minfo.ModuleGroup.runTlsCtors()+0x15) [0xfc76c9] | |
| ./bralad(rt_moduleTlsCtor+0x13) [0xf903ff] | |
| ./bralad(extern (C) int rt.dmain2.main(int, char**).void runAll()+0x1d) [0xf8bce9] | |
| ./bralad(extern (C) int rt.dmain2.main(int, char**).void tryExec(scope void delegate())+0x2a) [0xf8b63a] | |
| ./bralad(main+0xd1) [0xf8b5c5] | |
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7fd4f3a0a76d] | |
| ---------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment