Setting up lirc... crashed when trying to test the buttons.

Bug #72073 reported by encompass
2
Affects Status Importance Assigned to Milestone
Rhythmbox
Fix Released
Critical
rhythmbox (Ubuntu)
Fix Released
Medium
Ubuntu Desktop Bugs

Bug Description

Just started up RB and it crashed after trying the stop and other features. Weird huh? I will report if it happens again.

Revision history for this message
encompass (encompass) wrote :
Download full text (18.7 KiB)

The crash report...
LIRCRC file pasted too..
#THIS LIST OF LIRC BINDINGS HAVE BEEN GATHERED BY:
## JASON BROWER <email address hidden>
## EMAIL ME IF YOU WOULD LIKE TO ADD ANY OTHER BINDINGS TO THIS LIST
##____________________________________________________________________________
## BEGIN = SHOWS THE BEGINING OF THE SCRIPT
## BUTTON = THE BUTTON RESPONS THAT IS RETURNED WHEN YOU RUN IRW AND PRESS THE BUTTON
## PROG = THE NAME OF THE PROGRAM THAT IS RUN THE COMMAND (BINDING)
## CONFIG = THE COMMAND THAT IS SENT TO THE PROGRAM TO USE.
## END = SHOWS THE END OF THE SCRIPT
## ---------------------------------------------------------------------------
##THE FOLLOWING IS A LIST OF PROGRAMS AND ALL THE KNOW BINDINGS ARE LISTS BELOW.
##IF I AM MISSING A BINDING JUST EMAIL ME AND I WILL ADD IT TO THE MASTER LIST
##____________________________________________________________________________
##| PROGRAM | SHORT DESCRIPTION
##|-----------|---------------------------------------------------------------
##| IREXEC | PROGRAM TO LISTEN TO THE REMOTE AND EXECTUE WHAT EVER YOU LIKE FOR EACH ASSIGNED BUTTON
##| XINE | A POPULAR MEDIA PLAYER WITH EXCELLENT SUPPORT FOR LIRC
##| TOTEM | A SIMPLE AND EASY TO YOU MEDIA PLAY FOR GNOME
##| XMMS | A POWERFUL AND USEFUL AUDIO PLAYER
##|
##----------------------------------------------------------------------------

##################
## <--IREXEC--> ##
##################

## Power down the computer
begin
 button = POWER
 prog = irexec
 config = sudo shutdown -h now
end

## Start xmms
begin
 button = MUSIC_NOTE
 prog = irexec
 config = xmms
end

#####################
## <--MPLAYER--> ##
#####################

begin
     button = VOLUME_UP
     prog = mplayer
     config = volume 1
     repeat = 1
end

begin
    button = VOLUME_DOWN
    prog = mplayer
    config = volume -1
    repeat = 1
end

begin
    button = YELLOW
    prog = mplayer
    config = pause
end

begin
    button = RED
    prog = mplayer
    config = quit 0
end

begin
    button = RIGHT
    prog = mplayer
    config = pt_step 1
    repeat = 0
end

begin
    button = LEFT
    prog = mplayer
    config = pt_step -1
    repeat = 0
end

begin
   button = MUTE
   prog = mplayer
   config = mute
end

################
## <--XINE--> ##
################

# start playback
begin

 button = GREEN
 prog = xine
 repeat = 0
 config = Play
end

# playback pause toggle
begin

 button = YELLOW
 prog = xine
 repeat = 0
 config = Pause
end

# stop playback
begin

 button = RED
 prog = xine
 repeat = 0
 config = Stop
end

# take a snapshot
begin

 button = SCREEN_PLUS
 prog = xine
 repeat = 0
 config = Snapshot
end

# eject the current medium
begin

 button = xxxxx
 prog = xine
 repeat = 0
 config = Eject
end

# select and play next MRL in the playlist
begin

 button = xxxxx
 prog = xine
 repeat = 0
 config = NextMrl
end

# select and play previous MRL in the playlist
begin

 button = xxxxx
 prog = xine
 repeat = 0
 config = PriorMrl
end

# loop mode toggle
begin

 button = xxxxx
 prog = xine
 repeat = 0
 config = ToggleLoopMode
end

# stop playback after played stream
begin
 button = xxxxx
 prog = xine
 repeat = 0
 config = PlaylistSt...

Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks for your bug. I've forwarded it upstream: http://bugzilla.gnome.org/show_bug.cgi?id=378195

Changed in rhythmbox:
assignee: nobody → desktop-bugs
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

fixed upstream

Changed in rhythmbox:
status: Confirmed → Fix Committed
Changed in rhythmbox:
status: Unknown → Fix Released
Revision history for this message
Sebastien Bacher (seb128) wrote :

That upload fixes the bug:

 rhythmbox (0.9.6.90-0ubuntu1) feisty; urgency=low
 .
   * New upstream pre-version
   * debian/control.in:
     - build with the new libgpod package
   * debian/patches/10_podcasts-with-html-mime-type.patch,
     debian/patches/90_from_cvs_fix_crash_when_disconnecting_ipod.patch,
     debian/patches/91_from_cvs_fix_crasher_when_closing_while_playing_cd.patch,
     debian/patches/92_from_cvs_set_codeset_to_utf8.patch,
     debian/patches/93_from_cvs_fix_crash_on_song_edition.patch:
     - dropped, those issues are fixed with the new version
   * plugins/audioscrobbler/audioscrobbler-ui.xml:
     - copy file from CVS, the tarball doesn't ship it

Changed in rhythmbox:
status: Fix Committed → Fix Released
Changed in rhythmbox:
importance: Unknown → Critical
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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