On Sat, Aug 26, 2006 at 09:03:50AM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote:
> tag 380466 + patch
> thanks
> 
> On Sat, Aug 26, 2006 at 09:05:31AM +0300, Yavor Doganov <[EMAIL PROTECTED]> 
> wrote:
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread -1503189312 (LWP 29660)]
> > 0xa7e56bd1 in GtkPromptService::PromptUsernameAndPassword (this=0x8103098, 
> >     aParent=0x88f5270, aDialogTitle=0x0, aDialogText=0x890e610, 
> >     aUsername=0xaf9ef124, aPassword=0xaf9ef120, aCheckMsg=0xaf9eef54, 
> >     aCheckValue=0x0, aConfirm=0xaf9ef440) at GtkPromptService.cpp:350
> > 350                     kz_prompt_dialog_set_check_value(prompt, 
> > *aCheckValue);
> 
> Well, there's a missing 'if (aCheckValue)' before 
>         kz_prompt_dialog_set_check_value(prompt, *aCheckValue);
> 
> on GtkPromptService.cpp:350, like 2 lines later:
> 
> if (aCheckValue)
>         *aCheckValue = kz_prompt_dialog_get_check_value(prompt);
> 
> Thank you all for your help. 岩井さん, Attached is a dpatch that should fix the 
> crasher.
> 
> If Yagor or Gerfried could test it, that would be a plus. Just drop the
> file in debian/patches and add its name ni debian/patches/00list.

Actually, since I was able to reproduce the crash, I tried to apply the
patch. Here is a patched package.
http://people.debian.org/~glandium/kazehakase_0.3.9-1.1_i386.deb

Now, the problem is that there is a check box with no text attached to
it in the dialog box...

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to