Bug 56512 - x11amp bus error
Summary: x11amp bus error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: dburr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-06 03:00 UTC by Mário Freitas
Modified: 2004-02-26 03:53 UTC (History)
0 users

See Also:


Attachments
patch-x11amp::main.c (272 bytes, text/plain)
2003-09-06 03:00 UTC, Mário Freitas
no flags Details
patch-Effect::voice::about.c (669 bytes, text/plain)
2003-09-06 03:00 UTC, Mário Freitas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mário Freitas 2003-09-06 03:00:24 UTC
I've noticed x11amp just core dumps when calling a non-existent function
when you click the "x"(close) button.
You should open x11amp, queue one or more files in the playlist and then
close it.
I include 3 patches, 1 for this issue and 2 are because of gcc33.

Fix: Place these three patches in the audio/x11amp/files dir.

--- General/ir/about.c.orig	Tue Sep  2 02:20:46 2003
+++ General/ir/about.c	Tue Sep  2 02:21:03 2003
@@ -34,9 +34,7 @@
 	gtk_container_border_width(GTK_CONTAINER(frame),5);
 	gtk_box_pack_start(GTK_BOX(vbox),frame,FALSE,FALSE,0);
 
-	label=gtk_label_new("\nCreated by Charles Sielski <stray@teklabs.net>\n
-			 Control X11amp with your TV/VCR/Stereo remote \n
-			IRman page - http://www.evation.com/irman/\n");
+	label=gtk_label_new("\nCreated by Charles Sielski <stray@teklabs.net>\nControl X11amp with your TV/VCR/Stereo remote \nIRman page - http://www.evation.com/irman/\n");
 	
 	gtk_container_add(GTK_CONTAINER(frame),label);
 
--- patch-General::ir::about.c ends here ---
How-To-Repeat: 
Open x11amp, queue some files in the playlist, click on the "x" button.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-06 06:03:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dburr

Over to maintainer.
Comment 2 Marcel Moolenaar freebsd_committer freebsd_triage 2004-02-26 03:51:55 UTC
State Changed
From-To: open->closed

First patch applied. The other two were already fixed. The 
end result is the same. Thanks!