Skip to main content
Participant
August 22, 2012
Question

Adobe Air 2.6 crash in linux on file.load()

  • August 22, 2012
  • 3 replies
  • 664 views

I am using Adobe Air 2.6 sdk for linux. My Application uses filesystems.file for certain purposes. However, everytime when file.load() is called to load a video file, AIR crashes giving the error 'unhandled SIGSEGV'. I would like to know the workaround for this issue. Please help

Aditya Kapoor

This topic has been closed for replies.

3 replies

chris.campbell
Legend
August 22, 2012

Hi Aditya,

Have you been able to reproduce this on more than one system?  I haven't seen this come up before, and load is a pretty common method.  Are you able to run the samples located here?

http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cf8.html

Participant
August 22, 2012

Hi Chris

I am using CentOS 6. its a headless server and i am running my application using Xvfb. Other thing here is that i am not taking the conventional approach of select and load. Its more like i point to a file using native path and then call the load method. Interestingly, it also enters the progressevent Event. but loads zero bytes, waits for a few seconds and finally crashes.

Aditya Kapoor