apimall / chromiumembedded

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

Debug versions of CEF3 does not render anything on Linux on Virtualbox, but Release versions works normally #1536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
======================================

1. Install any linux (Ubuntu or Linux Mint) in virtualbox
2. Get chromiumembedded framework in source from here or compiled from 
cefbuilds.com of any branch 2xxx.
3. Build debug and release versions of cefclient and cefsimple.
4. Run cefclient or cefsimple

What is the expected output? What do you see instead?
=====================================================

On virtualbox'ed linux Debug versions does not show anything in browser window.

But Release versions works normally.

What version of the product are you using? On what operating system?
====================================================================

Any version from 3.2062 and higher.

Any Debian or Redhat based Linux both 32-bit and 64-bit in Virtualbox.

Please provide any additional information below.
================================================

This repeats for any debug version of any application using debug libraries of 
CEF3. But it works normally with release libraries.

Original issue reported on code.google.com by vla...@vladon.ru on 13 Feb 2015 at 6:13

GoogleCodeExporter commented 9 years ago
Is there any log output, crashes, etc, that would indicate the problem with 
Debug builds?

Original comment by magreenb...@gmail.com on 13 Feb 2015 at 6:26

GoogleCodeExporter commented 9 years ago
If run it from console:

Debug version of 3.2272.2029:

====
$ ./cefsimple 
libGL error: failed to authenticate magic 7
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by environment.

#
# Fatal error in ../../v8/src/runtime/runtime-compiler.cc, line 33
# CHECK(function->shared()->allows_lazy_compilation()) failed
#

==== C stack trace ===============================

 1: ??
 2: ??
 3: ??
Received signal 4 ILL_ILLOPN 7fb92d0dab7f
#0 0x7fb92bc4b5ce base::debug::StackTrace::StackTrace()
#1 0x7fb92bc4b103 base::debug::(anonymous namespace)::StackDumpSignalHandler()
#2 0x7fb92a836340 <unknown>
#3 0x7fb92d0dab7f v8::base::OS::Abort()
#4 0x7fb92d0d799c V8_Fatal
#5 0x7fb92cf35adb v8::internal::Runtime_CompileLazy()
#6 0x3263ec5071bb <unknown>
  r8: 00007fb936b52a00  r9: ffff9ec4171aa0f0 r10: ffff9ec4171aa0e0 r11: 00007fb92bc0a039
 r12: 00007fffe124ea30 r13: 00001ec3f8645001 r14: 00007fb933a4a59e r15: 00007fb92a820868
  di: 00007fb92a8201c0  si: 00007fb92a8219d0  bp: 0000000000000021  bx: 00007fb933a93421
  dx: 0000000000000000  ax: 0000000000000000  cx: 0000000000000000  sp: 00007fffe124e8d0
  ip: 00007fb92d0dab7f efl: 0000000000010202 cgf: 0000000000000033 erf: 0000000000000000
 trp: 0000000000000006 msk: 0000000000000000 cr2: 0000000000000000
$ 
====

Release version:

====
$ ./cefsimple 
libGL error: failed to authenticate magic 8
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by environment.
$ 
====

Original comment by vla...@vladon.ru on 13 Feb 2015 at 8:15

GoogleCodeExporter commented 9 years ago
I've captured video:

Original comment by vla...@vladon.ru on 13 Feb 2015 at 8:18

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 24 Feb 2015 at 10:48