| 113 | === 4. run it === |
| 114 | {{{ |
| 115 | |
| 116 | Here's where thing go wrong. Somehow exceptions do not seem to work correctly. (also tried it on the real hardware with the same result) |
| 117 | |
| 118 | Ill update this page once i figure it out. |
| 119 | |
| 120 | [rasproot] root@psysamsungtop:/root/Synapse# ./synapse |
| 121 | 0x9b63a8 test: Selftesting CVAR_LONG_DOUBLE [/root/Synapse/cvar.cpp:611] |
| 122 | 0x9b63a8 test: empty long value [/root/Synapse/cvar.cpp:613] |
| 123 | 0x9b63a8 test: use long as boolean [/root/Synapse/cvar.cpp:617] |
| 124 | 0x9b63a8 test: long construct [/root/Synapse/cvar.cpp:621] |
| 125 | 0x9b63a8 test: long assignment [/root/Synapse/cvar.cpp:625] |
| 126 | 0x9b63a8 test: long assignment reference [/root/Synapse/cvar.cpp:630] |
| 127 | 0x9b63a8 test: int to string [/root/Synapse/cvar.cpp:636] |
| 128 | 0x9b63a8 test: long to string [/root/Synapse/cvar.cpp:640] |
| 129 | 0x9b63a8 test: long to map [/root/Synapse/cvar.cpp:646] |
| 130 | qemu: uncaught target signal 11 (Segmentation fault) - core dumped |
| 131 | Segmentation fault (core dumped) |
| 132 | |
| 133 | }}} |