segmentation fault?

2014-06-11 Thread Chris Sheffield
I have an iOS app that’s crashing unexpectedly when run on a device (iPad Air). 
The error in the console is “Segmentation fault:  11”. Anybody know what this 
means or how I might go about fixing it? What’s strange is it only crashes 
after running just fine for a while, which makes me wonder if there’s a memory 
leak somewhere in LC that might be causing this. As far as I can tell, it’s 
happening when trying to set an opacity value for the outer glow property of a 
graphic.

Any help is appreciated. I’ll most likely submit a report to RunRev, but 
thought I’d ask here first. I’m running LC 6.6.2 and iOS 7.1.1, if that makes 
any difference.

Thanks,
Chris


--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: segmentation fault?

2014-06-11 Thread Mark Wieder
Chris Sheffield cmsheffield@... writes:

 
 I have an iOS app that’s crashing unexpectedly when run on a device (iPad
Air). The error in the console is
 “Segmentation fault:  11”. Anybody know what this means or how I might go
about fixing it?

Wow... congratulations. I've never even heard of anyone getting a segfault
on an iOS device before. It's probably nothing you can do at a script level
- a segmentation fault is an attempt by the cpu to access memory in a
prohibited manner.

-- 
 Mark Wieder
 ahsoftw...@gmail.com




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: segmentation fault?

2014-06-11 Thread Chris Sheffield
Cool! :-)

I’ll get a report over to RunRev then for sure. Hopefully if I provide the 
crash log they can figure something out.

Thanks.

On Jun 11, 2014, at 11:08 AM, Mark Wieder mwie...@ahsoftware.net wrote:

 Chris Sheffield cmsheffield@... writes:
 
 
 I have an iOS app that’s crashing unexpectedly when run on a device (iPad
 Air). The error in the console is
 “Segmentation fault:  11”. Anybody know what this means or how I might go
 about fixing it?
 
 Wow... congratulations. I've never even heard of anyone getting a segfault
 on an iOS device before. It's probably nothing you can do at a script level
 - a segmentation fault is an attempt by the cpu to access memory in a
 prohibited manner.
 
 -- 
 Mark Wieder
 ahsoftw...@gmail.com
 
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode