Mailinglist Archive: opensuse-bugs (7170 mails)
| < Previous | Next > |
[Bug 354386] sax2: libsax2 makes installation end crash
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 30 Jan 2008 02:00:09 -0700 (MST)
- Message-id: <20080130090009.6245024538D@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=354386
User ms@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=354386#c13
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |REOPENED
Info Provider|ms@xxxxxxxxxx |
--- Comment #13 from Marcus Schaefer <ms@xxxxxxxxxx> 2008-01-30 02:00:08 MST
---
I have fixed the segfault. It was strange there was code at a place where
it shouldn't be. An object reference which wasn't created was accessed and
the system crashed. I have fixed this yesterday and the package was checked
in already.
There is one not blocker but annoying issue left. In message.cpp you will
find the implementation for message boxes used in sax2. They use a QLabel
to display the message text. The widgets are part of H/VBox layout structure
and normally the label gets stretched correctly. With the Qt4 library this
doesn't work anymore. The label is only stretched horizontally and the text
only change the line if the text includes a sequence to do that. I tried
several things, put it into a grid, call setSizePolicy... nothing helps.
Maybe you find time to check that. Would be great
How to reproduce:
- change into api
- build the xapi
- call as user
./xapi
- click on "ok"
- see the message box which displays text as one liner only :-)
--
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.
User ms@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=354386#c13
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |REOPENED
Info Provider|ms@xxxxxxxxxx |
--- Comment #13 from Marcus Schaefer <ms@xxxxxxxxxx> 2008-01-30 02:00:08 MST
---
I have fixed the segfault. It was strange there was code at a place where
it shouldn't be. An object reference which wasn't created was accessed and
the system crashed. I have fixed this yesterday and the package was checked
in already.
There is one not blocker but annoying issue left. In message.cpp you will
find the implementation for message boxes used in sax2. They use a QLabel
to display the message text. The widgets are part of H/VBox layout structure
and normally the label gets stretched correctly. With the Qt4 library this
doesn't work anymore. The label is only stretched horizontally and the text
only change the line if the text includes a sequence to do that. I tried
several things, put it into a grid, call setSizePolicy... nothing helps.
Maybe you find time to check that. Would be great
How to reproduce:
- change into api
- build the xapi
- call as user
./xapi
- click on "ok"
- see the message box which displays text as one liner only :-)
--
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 > |