Summary: | [d2asc] annoying ASSERT messages while running d2asc | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | D. V. Wiebe <dvw> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.5.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
D. V. Wiebe
2007-12-07 23:33:33 UTC
> The appropriate configure options fix this (disable debug or some such...)
Hmmm... AFAICT my kst package was built with:
./configure --disable-debug
I'll rebuild it tonight with that switch (so I can be sure) and see if the
problem persists.
-dvw
I just rebuilt d2asc with --disable-debug and the ASSERTs are still there. The assert should either be avoided (if it is a valid assert) or the assert should be removed (if it is an invalid assert). SVN commit 747086 by arwalker: BUG:153654 add necessary locks to avoid asserts M +9 -5 d2asc.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=747086 |