Mailinglist Archive: opensuse-bugs (19783 mails)

< Previous Next >
[Bug 383390] OOo: valgrind shows errors in stripMatchingPrefix
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 12 May 2008 09:58:55 -0600 (MDT)
  • Message-id: <20080512155855.A93B7CC6CE@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=383390

User kendy@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=383390#c19


Jan Holesovsky <kendy@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Severity|Critical |Normal
Priority|P2 - High |P5 - None
Summary|OpenOffice freezes on exit |OOo:
valgrind shows errors in
|
|stripMatchingPrefix




--- Comment #19 from Jan Holesovsky <kendy@xxxxxxxxxx> 2008-05-12 09:58:55 MST
---
The freeze is being solved in the bug 384481, let's have this bug just to track
the valgrind errors - changing the severity and description accordingly.

My wild guess without anyhow trying to actually reproduce the issue etc. is
that the culprit is the following:

482 if (aResult.isEmpty() || !matches(*it,aResult.getFirstName()))
483 throw InvalidName(aResult.getFirstName().toPathString(), "does
not match the expected location.");

In case aResult is empty, the sanity check in getFirstName() throws - doing a
throw while throwing - and if I'm not mistaken, this is not the right thing to
do ;-) Will try to reproduce, fix, ...


--
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 >