Mailinglist Archive: opensuse-bugs (19837 mails)

< Previous Next >
[Bug 382703] sax2: yast2 live-installer segfaults
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 8 May 2008 03:26:35 -0600 (MDT)
  • Message-id: <20080508092635.A632024538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=382703

User ms@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=382703#c26


Marcus Schaefer <ms@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEEDINFO
Info Provider|
|coolo@xxxxxxxxxx




--- Comment #26 from Marcus Schaefer <ms@xxxxxxxxxx> 2008-05-08 03:26:34 MST
---
as I said there could be many broken code in sax2 gui (xapi) and
libsax at the moment because of the library change.

back to this bug I can't reproduce a crash if it is related to
comment #19. The following test code works for me

--------snip--------

#!/usr/bin/perl
use SaX;

$exc = new SaX::SaXException;
$exc -> setDebug (1);

$init = new SaX::SaXInit;
if ( $init -> needInit() ) {
print ("initialize cache...\n");
$init -> doInit();
}
$status = $init -> errorString();
print "++++ $status\n";

$config = new SaX::SaXConfig;
$desktop = new SaX::SaXImport ( $SaX::SAX_DESKTOP );
$card = new SaX::SaXImport ( $SaX::SAX_CARD );
$path = new SaX::SaXImport ( $SaX::SAX_PATH );
$kbd = new SaX::SaXImport ( $SaX::SAX_KEYBOARD );

$desktop -> doImport();
$card -> doImport();
$path -> doImport();
$kbd -> doImport();

$manip2 = new SaX::SaXManipulateKeyboard ($kbd);
$manip2 -> setXKBVariant ("us","basic");

exit (0);

--------snap---------

Can you provide a perl test which makes the application to crash ?
If so please provide the test and the /etc/X11/xorg.conf file

thanks


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >