| Summary: | TAR/BZCAT always finish with 'abort' within KDE4 environment | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Nick Warne <nick> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nick Warne
2008-01-26 13:18:09 UTC
Do they do that outside of KDE if you 'export MALLOC_CHECK_=2" before running them? Heh. Clever man, Maksim. YES, they then exhibit same issue. Nick Thanks. Then it's not a KDE bug --- the start script is enabling extra protection, and it seems to detect a problem with those apps. OK, to complete this, my fix is to issue: unset MALLOC_CHECK_ in a the terminal before using tar/bzcat Nick |