[Kazehakase-devel 2277] Re: SIGSE****@kz-hi***** ?

Back to archive index

Kouhei Sutou kou****@cozmi*****
2005年 7月 16日 (土) 22:15:11 JST


須藤です.

In <20050****@on-ai*****>
  "[Kazehakase-devel 2276] SIGSE****@kz-hi***** ?" on Sat, 16 Jul 2005 22:04:06 +0900,
  Ryo SHIMIZU <furyo****@on-ai*****> wrote:

> 風博士をタブなしで立ち上げて,自分の日記をみたら落ちました.
> バックトレース貼っ付けます.

> (Gecko:14169): GLib-CRITICAL **: g_utf8_casefold: assertion `str != NULL' failed
> 
> #0  0xb7ec8563 in strlen () from /lib/tls/i686/cmov/libc.so.6
> #1  0x0810ad4c in egg_regex_match (regex=0x9225d50, string=0x0, string_len=0, match_options=0) at eggregex.c:235
> #2  0x080c2dc6 in completion_func (completion=0x8a71078, key=0x0, iter=0xbf9b1160, data=0x8a55e30) at kz-history-action.c:406

動かしていないですし,手元では再現もしないんですけど,これで
直ったりしますか?

-------------- next part --------------
Index: src/actions/kz-history-action.c
===================================================================
RCS file: /cvsroot/kazehakase/kazehakase/src/actions/kz-history-action.c,v
retrieving revision 1.20
diff -u -p -r1.20 kz-history-action.c
--- src/actions/kz-history-action.c	18 Jun 2005 03:19:56 -0000	1.20
+++ src/actions/kz-history-action.c	16 Jul 2005 13:14:29 -0000
@@ -331,6 +331,8 @@ completion_func (GtkEntryCompletion *com
 	GError *e = NULL;
 	KzHistoryAction *action = KZ_HISTORY_ACTION(data);
 
+	if (!key) return ret;
+	
 	model = gtk_entry_completion_get_model (completion);
 
 	gtk_tree_model_get (model, iter,


Kazehakase-devel メーリングリストの案内
Back to archive index