bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #25711] psppire on Windows crashes if receive a file name


From: Michel Boaventura
Subject: PSPP-BUG: [bug #25711] psppire on Windows crashes if receive a file name as argument.
Date: Fri, 27 Feb 2009 03:37:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.6) Gecko/2009022320 Gentoo Firefox/3.0.6

Follow-up Comment #2, bug #25711 (project pspp):

I finally was able to use gdb to debug psppire under linux. Seems like I've
found the problem. Look:

b psppire_window_set_filename
r -q teste.sav

and on psppire-data-window.c:310
gchar *uri = g_filename_to_uri (fine_name,NULL,NULL);

p file_name
$10 = 0x110479 "teste.sav"

p uri
$12 = (gchar *) 0x0

Then, on line 312 I got the first error:
gtk_recent_manager_remove_item(manager,item,NULL);
Gtk-CRITICAL **: gtk_recent_manager_remove_item: assertion 'uri != NULL`
failed

This error repeats on line 314, and on line 315 I've got a segfault.
g_warning("Could not add item %s to recent listn",uri);

Seems like g_warning doesn't like of receive a null string as argument.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25711>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]