zhangqd / chromiumembedded

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

CEF 3.1916: Windows: Crash when click on select element #1266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start cefclient.exe
2. Load http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
3. Click on select element

Application crashes everytime I click on select element on any page.
I use CEF 3.1916.1685.

I use CEF in my component for Delphi and it also crashes on 
cef_do_message_loop_work

Original issue reported on code.google.com by Architec...@gmail.com on 2 May 2014 at 11:12

GoogleCodeExporter commented 9 years ago
Ditto using: CEF 3.1750.1663  Win7 VS 2010 cefclient.exe Debug

[0505/165914:FATAL:render_view_host_impl.cc(157)] Check failed: 
rwh->IsRenderView().
Backtrace:
        cef_time_delta [0x10318EC1+1879025]
        cef_time_delta [0x1026F18F+1183423]
        CrashForException [0x1042DDED+560029]
        ...        
        CrashForException [0x12016A99+29825097]
        cef_time_delta [0x101BEB1F+460879]
        ...
        cef_time_delta [0x1027773B+1217643]
        cef_string_multimap_free [0x10126826+386246]
        cef_zip_reader_create [0x10088D45+9013]
        cef_run_message_loop [0x100030D8+8]
        CefRunMessageLoop [0x012310EC+12] (libcef_dll\wrapper\libcef_dll_wrapper.cc:257)
        wWinMain [0x011DDD2F+559] (cefclient\cefclient_win.cpp:143)
        __tmainCRTStartup [0x012A5F72+322] (f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c:275)
        wWinMainCRTStartup [0x012A5E1F+15] 

Original comment by snel...@datarecognitioncorp.com on 5 May 2014 at 5:05

GoogleCodeExporter commented 9 years ago
Just for the record: 
1. cef_binary_3.1453.1490_windows_client\Release\cefclient.exe works
2. Trunk cef_binary_3.1935.1683_windows32_client\Release\cefclient.exe Fails:
[0505/180327:WARNING:content_browser_client.cc(478)] No browser info matching 
view process id 4 and routing id 4
[0505/180327:WARNING:content_browser_client.cc(478)] No browser info matching 
view process id 4 and routing id 4
Segmentation fault

<!DOCTYPE html>
<html><head></head>
<body>

  <select>
    <option value="volvo">Volvo</option>
    <option value="saab">Saab</option>
    <option value="opel">Opel</option>
    <option value="audi">Audi</option>
  </select>

</body></html>

Original comment by snel...@datarecognitioncorp.com on 5 May 2014 at 5:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
https://code.google.com/p/chromiumembedded/issues/detail?id=1264&can=1&sort=-id

Original comment by gchiocc...@gmail.com on 6 May 2014 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 6 May 2014 at 3:16