Re: Glade-devel Digest, Vol 66, Issue 3

legend <[email protected]> Sat, 28 Apr 2012 17:21:14 +0800 (CST)
Newsgroups gmane.comp.gnome.glade.devel,gmane.spam.detected
Message-ID <[email protected]>
GNU gdb (GDB) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from f:\gcc\gtk2\bin\glade-3.exe...done.
(gdb) ru
Starting program: f:\gcc\gtk2\bin\glade-3.exe 
[New Thread 2316.0x908]
[New Thread 2316.0xa44]
[New Thread 2316.0xaac]
[New Thread 2316.0x960]
[New Thread 2316.0x9d8]
[New Thread 2316.0x5b8]
[New Thread 2316.0xa94]
[New Thread 2316.0x5c4]
[New Thread 2316.0xc50]
[New Thread 2316.0xb18]
[New Thread 2316.0xf84]
[New Thread 2316.0x2a4]
[New Thread 2316.0xba0]
[New Thread 2316.0xa60]
[New Thread 2316.0x1c0]
[New Thread 2316.0xd9c]
[New Thread 2316.0xfd4]


Program received signal SIGSEGV, Segmentation fault.
0x68615733 in ?? () from F:\gcc\msys\bin\libglib-2.0-0.dll
(gdb) 
(gdb) 
(gdb) 
(gdb) 
(gdb) 
(gdb) (gdb) 


win32
galde3.10.2 
gtk2.24.10
glib2.28.8


this exception happen in sava glade file ,and read glade file do not


--
Mr Su 
www.nii-zelda.tk
[email protected]



网易Lofter,专注兴趣,分享创作!

_______________________________________________
Glade-devel maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-devel
glade3.8.2_win32.patch (application/octet-stream, 713 B)
--- old/src/glade-window.c	2012-03-27 04:02:20 +0800
+++ new/src/glade-window.c	2012-04-28 17:31:45 +0800
@@ -1055,11 +1055,6 @@
 
 	if (check_loading_project_for_save (project))
 		return;
-
-	/* check for external modification to the project file */
-	mtime = glade_util_get_file_mtime (glade_project_get_path (project), NULL);
-	 
-	if (mtime > glade_project_get_file_mtime (project)) {
 	
 		dialog = gtk_message_dialog_new (GTK_WINDOW (window),
 						 GTK_DIALOG_MODAL,
@@ -1093,7 +1088,6 @@
 			g_free (display_path);
 			return;
 		}
-	}
 		  
 	/* Interestingly; we cannot use `path' after glade_project_reset_path
 	 * because we are getting called with glade_project_get_path (project) as an argument.