Mailinglist Archive: opensuse-bugs (6134 mails)
| < Previous | Next > |
[Bug 293380] Build of yast2-qt (package manager) sometimes fails with out-of-memory error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 25 Jul 2007 05:27:03 -0600 (MDT)
- Message-id: <20070725112703.7F165CC789@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=293380#c6
Katarina Machalkova <kmachalkova@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mvidner@xxxxxxxxxx
--- Comment #6 from Katarina Machalkova <kmachalkova@xxxxxxxxxx> 2007-07-25 05:27:03 MST ---
Follows Martin Vidner's patch, that rewrites the above mentioned operation into
something like
QString html += string1;
html += string2;
..
html += stringn;
With it, the build does not fail on OOM any longer
--
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.
Katarina Machalkova <kmachalkova@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mvidner@xxxxxxxxxx
--- Comment #6 from Katarina Machalkova <kmachalkova@xxxxxxxxxx> 2007-07-25 05:27:03 MST ---
Follows Martin Vidner's patch, that rewrites the above mentioned operation into
something like
QString html += string1;
html += string2;
..
html += stringn;
With it, the build does not fail on OOM any longer
--
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 > |