Wish: Add support for GL_EXT FBOs

Bug #626479 reported by Hans L
30
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Lightspark
Confirmed
Wishlist
Unassigned

Bug Description

Ubuntu 10.04 Lucid
Intel Pentium M 1.7Ghz
chromium-browser 5.0.379.0 (44662) Ubuntu
VGA compatible controller: nVidia Corporation NV31 [Quadro FX Go700] (rev a1)
nvidia-173 drivers

Plugin crashes upon trying to call glGenFramebuffers. This video card supports glGenFramebuffers through GL_EXT instead of GL_ARB, as can be seen in the attached glewinfo.txt

Debug of crash follows:
(gdb) run
Starting program: /usr/lib/chromium-browser/chromium-browser --type=plugin --plugin-path=/usr/lib/mozilla/plugins/liblightsparkplugin.so --lang=en-US --plugin-data-dir=/home/peeps/.config/chromium/Default --channel=26085.0xb5c0d68.173863632
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e78b70 (LWP 27874)]
[New Thread 0xb7512b70 (LWP 27881)]
[New Thread 0xb6d11b70 (LWP 27882)]
[New Thread 0xb6510b70 (LWP 27883)]
[New Thread 0xb5d0fb70 (LWP 27884)]
[New Thread 0xb550eb70 (LWP 27885)]
[New Thread 0xb4d0db70 (LWP 27886)]
[New Thread 0xb450cb70 (LWP 27887)]
X Window 5400027
INFO: Newstream for http://s.ytimg.com/yt/swf/watch_as3-vfl186120.swf
INFO: Compressed SWF file: Version 10 Length 271594
INFO: FrameRate 12
INFO: Creating VM
INFO: Global is 0xa55d6c8
[New Thread 0xafca8b70 (LWP 27897)]
INFO: MetaData: <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'><rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'><dc:format>application/x-shockwave-flash</dc:format><dc:title>Adobe Flex 3 Application</dc:title><dc:description>http://www.adobe.com/products/flex</dc:description><dc:publisher>unknown</dc:publisher><dc:creator>unknown</dc:creator><dc:language>EN</dc:language><dc:date>Aug 25, 2010</dc:date></rdf:Description></rdf:RDF>
INFO: MaxRecusionDepth: 1000, ScriptTimeoutSeconds: 60
INFO: SWF Info:
        ProductId: 3
        Edition: 6
        Version: 3.2.0.3958
        CompileTime: 0
INFO: DestroyStream on main stream?
INFO: ExportAssetsTag Tag
INFO: RenderThread this=0xa836b98
INFO: Font File is /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf
[New Thread 0xaf38bb70 (LWP 27910)]
INFO: Creating input thread
GDKTYPE 14
GDKTYPE 14
Chosen config 0xe1
INFO: FPS: 13
INFO: Fragment shader compilation
INFO: Vertex shader compilation

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xaf38bb70 (LWP 27910)]
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x0141c5c7 in lightspark::RenderThread::commonGLInit (this=0xa836b98,
    width=640, height=390) at /home/peeps/lightspark/backends/rendering.cpp:560
#2 0x0141a51c in lightspark::RenderThread::gtkplug_worker (th=0xa836b98)
    at /home/peeps/lightspark/backends/rendering.cpp:230
#3 0x00bf396e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4 0x00ff4a4e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) up
#1 0x0141c5c7 in lightspark::RenderThread::commonGLInit (this=0xa687130,
    width=640, height=390) at /home/peeps/lightspark/backends/rendering.cpp:560
560 glGenFramebuffers(1, &fboId);
(gdb) print glGenFramebuffers
No symbol "glGenFramebuffers" in current context.

Tags: wish
Revision history for this message
Hans L (thehans) wrote :
Changed in lightspark:
importance: Undecided → Wishlist
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.