| Summary: | Search and then delete those objects via workspace crash | ||
|---|---|---|---|
| Product: | [Applications] rkward | Reporter: | Adley <adleyvong> |
| Component: | general | Assignee: | RKWard Team <rkward-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | thomas.friedrichsmeier |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | The step-by-step instruction on how to trigger the crash | ||
|
Description
Adley
2016-02-06 12:13:13 UTC
Hi! Thanks for reporting. I tried to reproduce this, but could not provoke a crash. Likely the problem is contingent on some condition, such as the type of object, specific number of objects, or whatever. Could you try to come up with step-by-step instruction on how to trigger the crash? Also - if available - a crash backtrace might help. Thanks! Created attachment 97049 [details]
The step-by-step instruction on how to trigger the crash
The step-by-step instruction on how to trigger the crash
Hi, Please read the attachment for the steps to trigger the crash. Here is the R scripts to general the object "bear": bear = rnorm( 100, -0.01, 0.20 ) bear2 = rnorm( 100, -0.01, 0.20 ) bear3 = rnorm( 100, -0.01, 0.25 ) sorry for the typo -- meant "generate" Hi! Thanks a lot for the detailed instructions. I did exactly what you described, tried several times, but still could not produce a crash on my system. Tried running through valgrind (a tool to diagnose many run-time issues), but nothing suspicious showed when following these steps. Some further questions, to make sure: 1. This is in a clean session, nothing else in the workspace? 2. The crash happens every time for you? I assume you do not see a backtrace, for some reason (otherwise, please attach it). Please try the following: After starting RKWard, create the test objects, then go to Settings->Configure RKWard->Debug. Set "Debug level" to 5 and click "Apply". Go to the workspace browser and proceed as per your instructions. After the crash, open a file browser and locate the _most recent_ file named rkward.frontend.XXXXXXX in /tmp . Please attach that. Thanks! Hi, The issue seems to be gone in this time (my computer was restarted) . May be something crash in my system. If it happens again, I will sent the backtrace file to you. Many thanks for your quick reply. |