aacavaleiro / cef

Automatically exported from code.google.com/p/cef
0 stars 0 forks source link

[1028/112004:FATAL:lock.cc(41)] Check failed: !owned_by_thread_. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm a new guy and use VS2008/Win7 to simply have a test on 
cef_binary_3.1547.1412_windows32, but a break point hits:

[1028/112004:FATAL:lock.cc(41)] Check failed: !owned_by_thread_. 
Backtrace:
    cef_browser_host_create_browser [0x100C0031+763510]
    cef_browser_host_create_browser [0x100AC41F+682596]
    cef_browser_host_create_browser [0x100E0E5B+898208]
    cef_browser_host_create_browser [0x100C0791+765398]
    cef_browser_host_create_browser [0x100C0750+765333]
    cef_browser_host_create_browser [0x100E12A9+899310]
    cef_browser_host_create_browser [0x100E11CD+899090]
    cef_browser_host_create_browser [0x10132F5D+1234338]
    cef_browser_host_create_browser [0x10132AE8+1233197]
    cef_browser_host_create_browser [0x10132AA0+1233125]
    cef_browser_host_create_browser [0x10132D2C+1233777]
    cef_browser_host_create_browser [0x10119CDB+1131296]
    cef_browser_host_create_browser [0x1011A6A0+1133797]
    cef_browser_host_create_browser [0x101184AC+1125105]
    cef_time_delta [0x118ABACD+23461821]
    cef_time_delta [0x118AB933+23461411]
    cef_time_delta [0x127345CF+38701759]
    cef_time_delta [0x12733C46+38699318]
    cef_time_delta [0x1273D4BF+38738351]
    cef_time_delta [0x1273CFDC+38737100]
    cef_time_delta [0x1273C077+38733159]
    cef_time_delta [0x1273D0D3+38737347]
    cef_browser_host_create_browser [0x1011773D+1121666]
    cef_time_delta [0x1273D093+38737283]
    cef_time_delta [0x1273D006+38737142]
    cef_time_delta [0x1273CF9D+38737037]
    cef_time_delta [0x1273C7BF+38735023]
    cef_browser_host_create_browser [0x100E2FB7+906748]
    cef_browser_host_create_browser [0x100E2F78+906685]
    cef_browser_host_create_browser [0x100E2F35+906618]
    cef_browser_host_create_browser [0x100E175F+900516]
    cef_browser_host_create_browser [0x100E13F5+899642]
    cef_browser_host_create_browser [0x100E10BA+898815]
    cef_time_delta [0x103408F6+1002982]
    cef_time_delta [0x103408B6+1002918]
    cef_time_delta [0x1034085F+1002831]
    cef_time_delta [0x103403BA+1001642]
    cef_time_delta [0x1033F7A1+998545]
    cef_browser_host_create_browser [0x1019F7B5+1678842]
    cef_browser_host_create_browser [0x1019EDCC+1676305]
    cef_browser_host_create_browser [0x1019DCE9+1671982]
    cef_browser_host_create_browser [0x1000A9D5+20506]
    CefShutdown [0x011F69DC+12] (d:\cef_binary_3.1547.1412_windows32\libcef_dll\wrapper\libcef_dll_wrapper.cc:164)
    wWinMain [0x0119E827+727] (d:\cef_binary_3.1547.1412_windows32\cefclient\cefclient_win.cpp:143)
    __tmainCRTStartup [0x01243C45+357] (f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:263)
    wWinMainCRTStartup [0x01243ACF+15] (f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:182)
    BaseThreadInitThunk [0x756F336A+18]
    RtlInitializeExceptionChain [0x779C9F72+99]
    RtlInitializeExceptionChain [0x779C9F45+54]

cefclient.exe has triggered a breakpoint
The thread 'Win32 Thread' (0x1318) has exited with code 0 (0x0).
The thread 'PresentThread #2' (0x110c) has exited with code 0 (0x0).
The thread 'PresentThread #1' (0xecc) has exited with code 0 (0x0).
First-chance exception at 0x1273d0c1 in cefclient.exe: 0xC0000005: Access 
violation reading location 0x00000030.
Unhandled exception at 0x1273d0c1 in cefclient.exe: 0xC0000005: Access 
violation reading location 0x00000030.

Don't know why, or whether it matters

Original issue reported on code.google.com by ctengc...@gmail.com on 28 Oct 2013 at 3:34

GoogleCodeExporter commented 8 years ago
mis-submit, please ignore this!

Original comment by ctengc...@gmail.com on 28 Oct 2013 at 3:37