Bug 272698 - chromium browser crash when selecting any extensions popup menu item
Summary: chromium browser crash when selecting any extensions popup menu item
Status: CLOSED FIXED
Alias: None
Product: Oxygen
Classification: Plasma
Component: gtk2-engine (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Hugo Pereira Da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-07 15:06 UTC by ubuntuku
Modified: 2011-07-29 23:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
chromium debug (76.07 KB, text/plain)
2011-05-07 15:14 UTC, ubuntuku
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ubuntuku 2011-05-07 15:06:57 UTC
Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

oxygen-gtk causes chromium browser to crash when selecting any extensions popup menu item, no problem with qtcurve. Please take a look the following screencast: http://youtu.be/wFpRzWCYAYM?hd=1 

Reproducible: Always




Chromium 12.0.742.30 (84361) Ubuntu 11.04 (Dev Channel)
oxygen-gtk branches master v1.04
Comment 1 ubuntuku 2011-05-07 15:14:02 UTC
Created attachment 59726 [details]
chromium debug
Comment 2 Hugo Pereira Da Costa 2011-05-07 15:47:45 UTC
Hi
Thanks for the log output.
Here the guilty guy is definitly "G_OBJECT_TYPE_NAME( _target )"
(cause _target is likely already deleted).

Question: does it still crash if you do *not* compile oxygen-gtk in debug mode ?
Comment 3 Hugo Pereira Da Costa 2011-05-07 15:47:45 UTC
Hi
Thanks for the log output.
Here the guilty guy is definitly "G_OBJECT_TYPE_NAME( _target )"
(cause _target is likely already deleted).

Question: does it still crash if you do *not* compile oxygen-gtk in debug mode ?
Comment 4 Hugo Pereira Da Costa 2011-05-07 16:55:27 UTC
Also, how do you actually put extensions in google chrome toolbar, like in the screencast ? (I've been trying to reproduce the crash, but without success so far)
Comment 5 ubuntuku 2011-05-07 17:22:44 UTC
Oops sorry, disabling debug mode fix the issue. It's ChromeAccess extension if that's what you mean.
Comment 6 Ruslan Kabatsayev 2011-05-07 17:33:28 UTC
Oxygen isn't meant to crash in debug mode. The bug is still valid and not fixed.
Comment 7 ubuntuku 2011-05-07 17:47:21 UTC
Changed the status back to unconfirmed.
Comment 8 Ruslan Kabatsayev 2011-05-07 19:41:05 UTC
Git commit d9aa2cd91c7a83881bf4411201cab3697697ff17 by Ruslan Kabatsayev.
Committed on 07/05/2011 at 19:50.
Pushed by kabatsayev into branch 'master'.

Fix crash when _target==0
CCBUG: 272698

M  +1    -1    src/animations/oxygentoolbarstatedata.cpp     

http://commits.kde.org/oxygen-gtk/d9aa2cd91c7a83881bf4411201cab3697697ff17
Comment 9 Ruslan Kabatsayev 2011-05-07 19:42:25 UTC
@ubuntuku
Please check if the commit above fixes the bug in debug mode and close the bug if yes.
Comment 10 ubuntuku 2011-05-07 23:39:04 UTC
Yep, the latest commit fixes the issue. Case closed :)

Thanks guys and keep up the great work!