edit group then crash

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
billworld
Posts: 188
Joined: Sat Oct 25, 2008 12:32 am

edit group then crash

Post by billworld » Sun Nov 02, 2008 1:29 pm

I've had a few instances of selecting a group of objects then selecting the Edit Group command and having RR crash on me. I've tried copy/pasting the offending group into a new stack and doing the same there does not contribute to a crash (although the islocked, canbeselected [or whatever the actual terms are] states for these objects in the new stack may be different.

Have any of you run into this problem of RR crashing when attempting to edit a group?

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Sun Nov 02, 2008 5:17 pm

Can't say that I have encountered similar crashes. That being said, any crashes should be reported to http://quality.runrev.com along with the crash log - that's the best way to ensure these get fixed asap.

To get the crash log under MacOSX, use the 'Console' application (which you can find in the Utilities subfolder of the Applications folder. Go to log file '~/Library/Logs/CrashReporter/Revolution.crash.log' and copy the last crash log block which should start with something like

Code: Select all

**********

Host Name:      imac-g5-van-jan-schenkel
Date/Time:      2007-06-05 19:50:33.905 +0200
OS Version:     10.4.9 (Build 8P135)
Report Version: 4

Command: Revolution
Path:    /Applications/Revolution Enterprise/2.8.1-gm-1/Revolution.app/Contents/MacOS/Revolution
Parent:  WindowServer [63]

Version: 2.8.1.470 (2.8.1.470)

PID:    3894
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x000001ab

Thread 0 Crashed:
...
(Yes, it has been over a year since Revolution crashed on this machine, and I use it daily)

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

billworld
Posts: 188
Joined: Sat Oct 25, 2008 12:32 am

Post by billworld » Sun Nov 02, 2008 6:00 pm

Excellent. Will do next time this occurs. Thanks.
Janschenkel wrote:Can't say that I have encountered similar crashes. That being said, any crashes should be reported to http://quality.runrev.com along with the crash log - that's the best way to ensure these get fixed asap.

To get the crash log under MacOSX, use the 'Console' application (which you can find in the Utilities subfolder of the Applications folder. Go to log file '~/Library/Logs/CrashReporter/Revolution.crash.log' and copy the last crash log block which should start with something like

Code: Select all

**********

Host Name:      imac-g5-van-jan-schenkel
Date/Time:      2007-06-05 19:50:33.905 +0200
OS Version:     10.4.9 (Build 8P135)
Report Version: 4

Command: Revolution
Path:    /Applications/Revolution Enterprise/2.8.1-gm-1/Revolution.app/Contents/MacOS/Revolution
Parent:  WindowServer [63]

Version: 2.8.1.470 (2.8.1.470)

PID:    3894
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x000001ab

Thread 0 Crashed:
...
(Yes, it has been over a year since Revolution crashed on this machine, and I use it daily)

Jan Schenkel.

EddieColumbus
Posts: 5
Joined: Mon Dec 08, 2008 1:00 am

Re: edit group then crash

Post by EddieColumbus » Tue Dec 09, 2008 3:24 am

I experienced a crash while working with one of the tutorials. I was able to eventually duplicate it on demand. I found the issue documented and appended my info on how to duplicate.

http://quality.runrev.com/qacenter/show_bug.cgi?id=7389

billworld
Posts: 188
Joined: Sat Oct 25, 2008 12:32 am

Re: edit group then crash

Post by billworld » Tue Dec 09, 2008 4:01 am

Thanks Eddie for posting the details. Hopefully this one will get fixed quickly.
EddieColumbus wrote:I experienced a crash while working with one of the tutorials. I was able to eventually duplicate it on demand. I found the issue documented and appended my info on how to duplicate.

http://quality.runrev.com/qacenter/show_bug.cgi?id=7389

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Post by FourthWorld » Tue Dec 09, 2008 5:45 pm

Excellent diagnostics, Eddie. Thanks for adding to that report.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Post by mwieder » Thu Dec 11, 2008 4:20 am

W00t! This is great news. I was able to replicate the crash immediately by following the recipe using your test stack. Thanks for narrowing this down.

Post Reply