Open GoogleCodeExporter opened 9 years ago
I think this happens when trying to evaluate the value of a 'property', i.e.
something that has a 'function get foo()' signature. If you simply hover over
one in the code, it will also crash. I suspect expanding variables causes it
to execute all the property accessors at once.
Hovering over variables in the code, or looking at variables in the Variables
panel does not have this problem.
This crash did not happen with FB4, as it was able to evaluate properties
without crashing.
Original comment by Richard....@gmail.com
on 11 May 2011 at 7:30
Wait... let me take that back. This crash *does* happen with FB4. It actually
appears to be an AIR issue. In both FB4 and FB4.5, accessing properties in AIR
applications causes a crash. In FB4 and FB4.5, accessing properties of a
flashplayer app does *NOT* cause a crash.
So, seems like perhaps an ADL issue?
Original comment by Richard....@gmail.com
on 11 May 2011 at 8:16
no actually its just a flex project am working on and it crashes i.e the
debugger is stopped and the flash player is also crashed
Original comment by cheran...@gmail.com
on 11 May 2011 at 10:59
Is this different from issue 50? I find that the debugger disconnects (as
described in issue 50) when I expand variables, but the flash player doesn't
crash.
Original comment by jessi.ab...@gmail.com
on 11 May 2011 at 2:55
No... don't have any problems with the debugger disconnecting for no reason w/
flash player or AIR. Have been using fb4linux with flash player for some time
with success. Need to switch to AIR for various reasons, tho.
Original comment by Richard....@gmail.com
on 11 May 2011 at 3:49
yes found out that once a debug session is crashed at expanding a variable
the debugger will start crashing again and again until we collapse the
variable. am not able to debug even simple objects now......
Original comment by cheran...@gmail.com
on 12 May 2011 at 7:20
Same happens with me. Crashes especially often when expanding ArrayCollection
Original comment by zdmyt...@gmail.com
on 19 May 2011 at 10:07
Doing more investigation, I believe this is an AIR problem, and has nothing to
do with FlashBuilder. I was able to crash the AIR player using the command
line fdb debugger alone. So... unfortunately, I think this might be a problem
that Adobe needs to fix with their Linux AIR player. I am going to try to
reproduce on OsX, but others tell me this problem doesn't exist there.
Original comment by Richard....@gmail.com
on 19 May 2011 at 4:00
I run into the same problem as cheran - 10 May 2011
I use Flex 4.5 SDK.
Does this problem also occur with earlier versions of the Flex SDK?
Original comment by div...@xs4all.nl
on 28 Jun 2011 at 12:40
as i can remember, it is a bug in a debugger version of flash player since (i
think) 10.1 that causes disconnects, google around...
Original comment by josef.br...@gmail.com
on 1 Jul 2011 at 9:35
Finallly !
you can fix this with the last release of flash player 11 beta 2. just replace
your libflashplayer.so with the new one available here :
http://blogs.adobe.com/labs/archives/2011/08/flash-player-11-beta-2-now-availabl
e-on-labs.html
Original comment by desmarai...@gmail.com
on 17 Aug 2011 at 8:24
Original issue reported on code.google.com by
cheran...@gmail.com
on 10 May 2011 at 1:38