Summary: | Plasma crashed after wake up from suspend to RAM | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Arne Henningsen <arne.henningsen> |
Component: | networkmanagement-mobile | Assignee: | Lamarque V. Souza <lamarque> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | cfeck |
Priority: | NOR | ||
Version: | 4.7.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Arne Henningsen
2012-09-05 08:02:23 UTC
The problem is with solid, reassigning. The crash happens in nvidia propritary driver. > The crash happens in nvidia propritary driver. Most certainly not. free() asserts, because of an invalid pointer. NVIDIA does hook into memory and threading, but I have never seen a crash caused _by_ those hooks. If this is reproducible, please try creating a valgrind log. For more information, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_Valgrind Fortunately, this bug does not occur each time when I wake up my computer from suspend-to-RAM. Hence, unfortunately, it is not reproducible. Is there anything else what I can do? |