Skip to content

Instantly share code, notes, and snippets.

@redj
Last active March 25, 2019 20:44
Show Gist options
  • Save redj/21eccb3f08b1c64eae285692d03e8be5 to your computer and use it in GitHub Desktop.
Save redj/21eccb3f08b1c64eae285692d03e8be5 to your computer and use it in GitHub Desktop.
Starting debug mode
Loaded library C:\ecere\sdk\win32.x32\bin\ecere.dll doesn't match the D:\c\e\e\ecere\obj\debug.win32.x32\ecere.dll target of the ecere.epj added project.
[timestamp] [threadID] facility level [function call] <message>
--------------------------------------------------------------------------------
[ 0.000000] [00000408] libusb: debug [libusb_init] created default context
[ 0.001000] [00000408] libusb: debug [libusb_init] libusb v1.0.22.11312
[ 0.001000] [00000408] libusb: debug [windows_init_dlls] Will use CancelIoEx for I/O cancellation
[ 0.002000] [00000408] libusb: debug [get_windows_version] Windows 7 SP1 64-bit
[ 0.002000] [00000408] libusb: debug [windows_init_clock] hires timer available (Frequency: 3318427 Hz)
[ 0.003000] [00000408] libusb: debug [windows_init_clock] timer thread will run on core #0
[ 0.004000] [00000408] libusb: debug [htab_create] using 1021 entries hash table
[ 0.038002] [00000408] libusb: debug [winusbx_init] using libusbK DLL for universal access
[ 0.038002] [00000408] libusb: debug [winusbx_init] libusbK version: 3.0.7.0
AllK required contiguous memory = 313724 (32bit)
8 HotK Handles: HandleSize 2084 PoolSize 16680 (bytes)
64 LstK Handles: HandleSize 36 PoolSize 2312 (bytes)
1024 LstInfoK Handles: HandleSize 36 PoolSize 36872 (bytes)
64 UsbK Handles: HandleSize 56 PoolSize 3592 (bytes)
32 DevK Handles: HandleSize 60 PoolSize 1928 (bytes)
4096 OvlK Handles: HandleSize 60 PoolSize 245768 (bytes)
64 OvlPoolK Handles: HandleSize 52 PoolSize 3336 (bytes)
32 StmK Handles: HandleSize 100 PoolSize 3208 (bytes)
Dynamically allocated as needed:
KLST_DEVINFO = 2596 bytes each
[ 0.097005] [00000408] libusb: debug [winusbx_init] initalized sub API libusbK
[ 0.097005] [00000408] libusb: debug [winusbx_init] initalized sub API libusb0
[ 0.109006] [00000408] libusb: debug [winusbx_init] initalized sub API WinUSB
[ 0.146008] [00000408] libusb: debug [windows_init] UsbDk backend is available
[ 0.146008] [00000408] libusb: debug [usbi_add_pollfd] add fd 0 events 1
Signal received: SIGSEGV - Segmentation fault
(null):0
on this line:
if (pGetMessageA(&msg, NULL, WM_TIMER_REQUEST, WM_TIMER_EXIT) == -1) {
0 inside USER32!DispatchMessageW, C:\Windows\SysWOW64\user32.dll
1 windows_clock_gettime_threaded Function, D:\c\e\p\arvis\deps\libusb\libusb\os\windows_nt_common.c:513
2 inside msvcrt!_itow_s, C:\Windows\SysWOW64\msvcrt.dll
3 inside msvcrt!_endthreadex, C:\Windows\SysWOW64\msvcrt.dll
4 inside KERNEL32!BaseThreadInitThunk, C:\Windows\SysWOW64\kernel32.dll
5 inside ntdll!RtlInitializeExceptionChain, C:\Windows\System32\ntdll.dll
6 inside ntdll!RtlInitializeExceptionChain, C:\Windows\System32\ntdll.dll
7 ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment