cef 3.2526.1347 DEMO program can not run in windows XP

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

cef 3.2526.1347 DEMO program can not run in windows XP

Postby huoyong1985 » Tue Nov 24, 2015 6:37 am

cef 3.2526.1347 DEMO program can not run in windows XP,3.2556.1351 too. is cef new version no longer supported by windows XP system?

I use depends Open libcef.dll (3.2526.1347), found a D3D11.DLL, it is not that 3.2526 and later versions require directx11 support.
Does this mean that XP system can not run the new version of the CEF program.
If not, how do I configure to enable 3.2526 and later run under XP.
huoyong1985
Newbie
 
Posts: 3
Joined: Tue Nov 24, 2015 6:24 am

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby magreenblatt » Tue Nov 24, 2015 11:57 am

The main application window runs in XP, however it appears that the renderer process is crashing. If you can provide a symbolized stack trace for the crash that would be helpful.
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby huoyong1985 » Tue Nov 24, 2015 10:25 pm

magreenblatt wrote:The main application window runs in XP, however it appears that the renderer process is crashing. If you can provide a symbolized stack trace for the crash that would be helpful.


I do not know how to obtain symbolize stack trace, because with cmake generate a VS2013 project, this can not be local or remote debugging under windows XP.
I can only get to a windows error reporting, I do not know whether it is useful.
In addition, single-process mode will not crash.
huoyong1985
Newbie
 
Posts: 3
Joined: Tue Nov 24, 2015 6:24 am

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby huoyong1985 » Wed Nov 25, 2015 12:32 am

magreenblatt wrote:The main application window runs in XP, however it appears that the renderer process is crashing. If you can provide a symbolized stack trace for the crash that would be helpful.


00000000()
> cefclient.exe!wWinMainCRTStartup() 行 162 C
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\crt0.c

I recorded a dump file in XP Now, these are stack trace. is this information helpful?
huoyong1985
Newbie
 
Posts: 3
Joined: Tue Nov 24, 2015 6:24 am

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby magreenblatt » Wed Nov 25, 2015 12:24 pm

huoyong1985 wrote:
magreenblatt wrote:The main application window runs in XP, however it appears that the renderer process is crashing. If you can provide a symbolized stack trace for the crash that would be helpful.


00000000()
> cefclient.exe!wWinMainCRTStartup() 行 162 C
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\crt\src\crt0.c

I recorded a dump file in XP Now, these are stack trace. is this information helpful?


Unfortunately not very helpful. How did you get the stack trace? You can download debug symbols (.pdb) from cefbuilds.com. You should be able to run WinDbg on XP.
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby artemiuzzz » Tue Dec 15, 2015 12:14 pm

I have the same problem with Cefclient sample on Windows XP.
I downloaded CEF 3.2526.1361.g456ea5a from cefbuilds.com, built it in VS2013 with VS2010 toolset on my host OS. Then started debug version in VMWare (Windows XP 32 bit SP3).

Unfortunately not very helpful. How did you get the stack trace? You can download debug symbols (.pdb) from cefbuilds.com. You should be able to run WinDbg on XP.


Here is stack trace from crashed process (WindDbg):
Code: Select all
0:000> k
ChildEBP RetAddr 
0012d188 7c90df2c ntdll!KiFastSystemCallRet
0012d18c 7c809574 ntdll!NtWaitForMultipleObjects+0xc
0012d228 7c80a105 kernel32!WaitForMultipleObjectsEx+0x12c
0012d244 6945763c kernel32!WaitForMultipleObjects+0x18
0012dbd8 694582b1 faultrep!StartDWException+0x5df
0012ec4c 7c8643c6 faultrep!ReportFault+0x533
0012eec0 7c843892 kernel32!UnhandledExceptionFilter+0x55b
0012eec8 7c839b21 kernel32!BaseProcessStart+0x39
0012eef0 7c9032a8 kernel32!_except_handler3+0x61
0012ef14 7c90327a ntdll!ExecuteHandler2+0x26
0012efc4 7c90e46a ntdll!ExecuteHandler+0x24
0012efc4 00000000 ntdll!KiUserExceptionDispatcher+0xe
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012fff4 0056124f 0x0
00000000 00000000 cefclient!strcmp+0x8f


If I can hepl you with more info, please, tell me.
artemiuzzz
Newbie
 
Posts: 9
Joined: Tue Dec 15, 2015 12:04 pm

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby kiwisky » Wed Dec 16, 2015 5:11 am

I have the same problem and if I add the CEF option -single-process=true, no crash.
kiwisky
Newbie
 
Posts: 1
Joined: Wed Dec 16, 2015 5:04 am

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby artemiuzzz » Wed Dec 16, 2015 6:49 am

Here is more info
Code: Select all
STACK_TEXT: 
0012f314 167162ec c06d007f 00000000 00000001 kernel32!RaiseException+0x53
WARNING: Stack unwind information not available. Following frames may be wrong.
0012f368 16714705 0012f338 2eaaa9f4 00150608 libcef!TerminateProcessWithoutDump+0x1efc53c
0012f66c 107a9da2 0012f680 0012f6ac 158ee56d libcef!TerminateProcessWithoutDump+0x1efa955
0012f678 158ee56d 0012f9d8 0012f6b8 cccccccc libcef!cef_time_to_timet+0x38e382
0012f6ac 158eecb3 0012f998 0012fb34 0012f9e4 libcef!TerminateProcessWithoutDump+0x10d47bd
0012f9d8 158edec3 0012fa38 0012fa18 cccccccc libcef!TerminateProcessWithoutDump+0x10d4f03
0012fa0c 1036f636 0012fa38 0012fc2c 0012fc40 libcef!TerminateProcessWithoutDump+0x10d4113
0012fb34 10274261 0012fc1c 0017c2f0 0012fa50 libcef!cef_string_list_value+0x253c6
0012fc2c 0049740d 0012fef8 00d12f28 00000000 libcef!cef_execute_process+0x111
0012fd18 004740cf 0012fef4 00d12c70 00000000 cefclient!CefExecuteProcess+0x11d [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\libcef_dll\wrapper\libcef_dll_wrapper.cc @ 145]
0012ff08 00474740 00400000 00000005 0012ffb8 cefclient!client::`anonymous namespace'::RunMain+0x21f [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\cefclient\cefclient_win.cc @ 64]
0012ff18 005613b2 00400000 00000000 00020854 cefclient!wWinMain+0x10 [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\cefclient\cefclient_win.cc @ 125]
0012ffb8 0056125f 0012fff0 7c817067 00000000 cefclient!__tmainCRTStartup+0x142 [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c @ 275]
0012ffc0 7c817067 00000000 00000000 7ffd9000 cefclient!wWinMainCRTStartup+0xf [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c @ 189]
0012fff0 00000000 00561250 00000000 78746341 kernel32!BaseProcessStart+0x23
artemiuzzz
Newbie
 
Posts: 9
Joined: Tue Dec 15, 2015 12:04 pm

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby magreenblatt » Thu Dec 17, 2015 12:22 pm

Can you place debug symbols (matching PDB file) next the the exe so the stack trace will be symbolized? Thanks.
magreenblatt
Site Admin
 
Posts: 12409
Joined: Fri May 29, 2009 6:57 pm

Re: cef 3.2526.1347 DEMO program can not run in windows XP

Postby artemiuzzz » Fri Dec 18, 2015 5:05 am

Code: Select all
ChildEBP RetAddr 
0012f314 167162ec kernel32!RaiseException+0x53
0012f368 16714705 libcef!__delayLoadHelper2+0x1e4 [f:\dd\vctools\delayimp\delayhlp.cpp @ 380]
0012f66c 107a9da2 libcef!_tailMerge_dbghelp_dll+0xd
0012f678 158ee56d libcef!base::debug::EnableInProcessStackDumping+0x22 [e:\win-2526\download\chromium\src\base\debug\stack_trace_win.cc @ 201]
0012f6ac 158eecb3 libcef!content::CommonSubprocessInit+0x6d [e:\win-2526\download\chromium\src\content\app\content_main_runner.cc @ 205]
0012f9d8 158edec3 libcef!content::ContentMainRunnerImpl::Initialize+0x513 [e:\win-2526\download\chromium\src\content\app\content_main_runner.cc @ 759]
0012fa0c 1036f636 libcef!content::ContentMain+0x53 [e:\win-2526\download\chromium\src\content\app\content_main.cc @ 15]
0012fb34 10274261 libcef!CefExecuteProcess+0x156 [e:\win-2526\download\chromium\src\cef\libcef\browser\context.cc @ 99]
0012fc2c 0049740d libcef!cef_execute_process+0x111 [e:\win-2526\download\chromium\src\cef\libcef_dll\libcef_dll.cc @ 143]
0012fd18 004740cf cefclient!CefExecuteProcess+0x11d [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\libcef_dll\wrapper\libcef_dll_wrapper.cc @ 145]
0012ff08 00474740 cefclient!client::`anonymous namespace'::RunMain+0x21f [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\cefclient\cefclient_win.cc @ 64]
0012ff18 005613b2 cefclient!wWinMain+0x10 [d:\temp\cef_binary_3.2526.1361.g456ea5a_windows32\cefclient\cefclient_win.cc @ 125]
0012ffb8 0056125f cefclient!__tmainCRTStartup+0x142 [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c @ 275]
0012ffc0 7c817067 cefclient!wWinMainCRTStartup+0xf [f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c @ 189]
0012fff0 00000000 kernel32!BaseProcessStart+0x23
artemiuzzz
Newbie
 
Posts: 9
Joined: Tue Dec 15, 2015 12:04 pm

Next

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 89 guests