Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 382033

Summary: dev-util/biew-6.1.0-r1 crashes if mouse is clicked in setup dialog which appears at program start if not configured yet
Product: Gentoo Linux Reporter: Nico R. <n-roeser>
Component: [OLD] DevelopmentAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: Inclusion, PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://sourceforge.net/tracker/?func=detail&aid=3404812&group_id=1475&atid=101475
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch fixing a crash if MainWindow is not yet set

Description Nico R. 2011-09-06 10:36:14 UTC
Created attachment 285695 [details, diff]
Patch fixing a crash if MainWindow is not yet set

When biew-6.1.0-r1 is started, if .biewrc does not exist, the setup dialog appears before the main window is shown. If you try to click a checkbox with the mouse, biew tries to dereference a null pointer (because the MainWindow variable is not yet set), and crashes.

Upstream bug report is at https://sourceforge.net/tracker/?func=detail&aid=3404812&group_id=1475&atid=101475 ; unfortunately, upstream does not seem to be very active, so I’m also reporting the bug here.

Patch attached.
Comment 1 Pacho Ramos gentoo-dev 2012-03-04 09:54:55 UTC
+*biew-6.1.0-r2 (04 Mar 2012)
+
+  04 Mar 2012; Pacho Ramos <pacho@gentoo.org> +biew-6.1.0-r2.ebuild,
+  +files/biew-610-crash.patch, -biew-6.1.0-r1.ebuild:
+  Prevent crashes, bug #382033 by Nico R. Drop broken version.
+