Closed Bug 86529 Opened 24 years ago Closed 24 years ago

crash on undefined symbol during shockwave plugin load

Categories

(Core :: XUL, defect)

x86
Linux
defect
Not set
critical

Tracking

()

VERIFIED INVALID

People

(Reporter: wingtung.leung, Assigned: tor)

References

()

Details

(CVS version on GNU/Linux i386) Load http://www.standaard.be and the Mozilla browser will close down. This is the debug output: === Enabling Quirk StyleSheet Enabling Quirk StyleSheet WEBSHELL+ = 4 WEBSHELL+ = 5 / WEBSHELL+ = 6 Enabling Quirk StyleSheet Enabling Quirk StyleSheet Enabling Quirk StyleSheet WEBSHELL+ = 7 WEBSHELL+ = 8 WARNING: Reflow of frame failed in nsLineLayout, file nsLineLayout.cpp, line 957 ###!!! ASSERTION: reflow dirty lines failed: 'NS_SUCCEEDED(rv)', file nsBlockFrame.cpp, line 794 ###!!! Break: at file nsBlockFrame.cpp, line 794 nsBlockReflowContext: Block(body)(2)@0x8813ba0 metrics=-559038737,-559038737! nsBlockReflowContext: Block(body)(2)@0x8813ba0 didn't set whad -559038737,-559038737,-559038737,-559038737! ###!!! ASSERTION: reflow dirty lines failed: 'NS_SUCCEEDED(rv)', file nsBlockFrame.cpp, line 794 ###!!! Break: at file nsBlockFrame.cpp, line 794 Enabling Quirk StyleSheet Enabling Quirk StyleSheet InstantiateEmbededPlugin for application/x-shockwave-flash Inside nsPluginHostImpl::FindStoppedPluginForURL... For * found plugin /mnt/src/src/mozilla-cvs/mozilla/modules/plugin/default/unix/libnullplugin.so Inside ns4xPluginInstance::Start(void)... Inside ns4xPluginInstance::SetWindow(0x8753e90)... About to create new ws_info... About to create new xtbin of 320 X 60 from 0x8754248... About to show xtbin(0x8843e98)... completed gtk_widget_show(0x8843e98) About to call CallNPP_SetWindowProc()... Falling out of ns4xPluginInstance::SetWindow()... created stream for http://ws.var.be/banners/de_standaard/latem_320_60_topva.swf InstantiateEmbededPlugin.. returning Inside ns4xPluginInstance::SetWindow(0x8753e90)... About to call CallNPP_SetWindowProc()... Nullplugin: plugin received window resize. Window=(141901456) W=(320) H=(60) Falling out of ns4xPluginInstance::SetWindow()... we don't handle eBorderStyle_close yet... please fix me WEBSHELL+ = 9 /mnt/src/src/mozilla-cvs/mozilla/dist/bin/mozilla-bin: error in loading shared libraries: /mnt/src/src/mozilla-cvs/mozilla/dist/bin/components/libgfx_gtk.so: undefined symbol: RectStretch__FllllllllPUcUiT8UiUi
i crash with "undefined symbol: RectStretch__FllllllllPUcUiT8UiUi" on all pages with scaled images i've tested after the checkin for bug 83920. For instance at http://www.gnome.org Studying libgfx_gtk.so with objdump, there are pretty manu *UND* things there. Clobbered and rebuilding now.
Do a "make clean" in gfx/src/gtk. You've got a scale.o floating around from the old scale.c and for some reason it didn't get replaced by a version compiled from the new scale.cpp.
Not av's problem. Taking for now.
Assignee: av → tor
Component: Plug-ins → XP Toolkit/Widgets
No more crashes on scaled images in the clobbered build.
Good to hear. Closing bug.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
v
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.