Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Application Quits with this error

objc[25663]: FREED(id): message release sent to freed object=0x5388410

Anyone seen this before? I think it might be related to this issue, however now the console is capturing an error before quit.

http://developer.appcelerator.com/question/21571/unstable-table-view

— asked May 5th 2010 by Jordan de Laune
  • error
  • iphone
0 Comments

2 Answers

  • Indeed.

    objc[66386]: FREED(id): message release sent to freed object=0xa622150
    [DEBUG] Session did end with error (null)
    [INFO] Application has exited from Simulator

    Happens randomly on the same app, with no other explanation.

    — answered June 8th 2010 by Pedro B.
    permalink
    0 Comments
  • Hi jordan de Laune,

    I see both questions, regarding to this error It occurred when you are trying to assign more memory than it allocated.

    For more clarification this link will help you.

    Try to find possibility of occurrence of this type assignment in your project, May be your project code done this type of assignment after compiling. You should remove that type of possibility in your code.

    Hope your problem will solve soon.

    — answered March 15th 2012 by Gaurang Chhatbar
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.