[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#467302: marked as done (rbbr crashes when i trying to make quick search in method window)



Your message dated Sun, 10 Aug 2014 17:14:38 +0000
with message-id <[🔎] E1XGWha-0003o5-FD@franck.debian.org>
and subject line Bug#757602: Removed package(s) from unstable
has caused the Debian Bug report #467302,
regarding rbbr crashes when i trying to make quick search in method window
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
467302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467302
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: rbbr
Version: 0.6.0-3
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

When no method selected in methods tab and i trying to type
something there (search as you type feauture) I getting following error

/usr/local/lib/site_ruby/1.8/rbbr/ui/browselist.rb:48:in `initialize':
undefined method `path' for nil:NilClass
         from /usr/local/lib/site_ruby/1.8/rbbr/ui.rb:69:in `call'
         from /usr/local/lib/site_ruby/1.8/rbbr/ui.rb:69:in `main'
         from /usr/local/lib/site_ruby/1.8/rbbr/ui.rb:69:in `main'
         from /usr/bin/rbbr:22


Attached patch against upstream svn fixes this bug.


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstable        ftp.mgts.by 
  500 unstable        debian.o-hand.com 
  500 testing         ftp.mgts.by 
    1 experimental    ftp.mgts.by 

--- Package information. ---
Depends                 (Version) | Installed
=================================-+-===========
ruby1.8                           | 1.8.6.111-4
libgettext-ruby1.8     (>= 0.5.2) | 1.10.0-1
libgtk2-ruby           (>= 0.9.1) | 0.16.0-10

Index: lib/rbbr/ui/browselist.rb
===================================================================
--- lib/rbbr/ui/browselist.rb	(revision 2818)
+++ lib/rbbr/ui/browselist.rb	(working copy)
@@ -45,7 +45,7 @@
       end
 
       signal_connect("cursor-changed") do
-	data = selection.selected.path.to_str
+	data = selection.selected.path.to_str if selection.selected
 	if @first
 	  @first = false
 	  save_memento(nil)

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 0.6.0-7+rm

Dear submitter,

as the package rbbr has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/757602

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: