Results 1 to 5 of 5

Thread: Xcode: systematic crash ...

  1. #1
    Join Date
    Apr 2009
    Posts
    72

    Xcode: systematic crash ...

    Hello everyone,


    My concern is simple: when I launch Xcode, it does not crash immediately, it is the maximum after 3 minutes (and again, I'm nice ...).

    Context:

    Unibody MacBook, MacOSX 10.5.6, all updates are performed
    Before installing the iPhone SDK with Xcode 3.1.2, I had Safari 4 beta

    The causes

    - Safari 4 beta planted xcode 3.0 ==> switch to 3.1.2
    ==> I went back to Safari 3 and installed 3.1.2 ==> nothing to do
    - Delete the plist file ==> nothing to do
    - Cache ==> nothing to do
    - Repair permissions: Nothing to be done
    - Uninstall everything, reinstall everything (via the terminal and sudo) ==> nothing to do


    Someone would have an idea for me to troubleshoot?

    Thank you in advance

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Xcode: systematic crash ...

    I do not know if it can help you, but I can tell you that Xcode has never been dirty with Safari 4 Beta, after I may be in luck.At what place this plant? Request Crash.log view, it helps ..

  3. #3
    Join Date
    Apr 2009
    Posts
    72

    Re: Xcode: systematic crash ...

    Hello!

    Here is the crash log from my console:

    Apr 8 19:18:31 macbook-de-david-alexandre-hine Xcode [7732]: Xcode (7732.0 x105246000) malloc: free_garbage: garbage ptr = 0x8000af680, has non-zero refcount = 1
    Apr 8 19:18:31 macbook-de-david-alexandre-hine Xcode [7732]: Xcode (7732.0 x105246000) malloc: free_garbage: garbage ptr = 0x80090ae80, has non-zero refcount = 1
    Apr 8 19:18:31 macbook-de-david-alexandre-hine [0x0-0x100100]. Xcode [7732]: Xcode (7732.0 x105246000) malloc: free_garbage: garbage ptr = 0x8000af680, has non-zero refcount = 1
    Apr 8 19:18:31 macbook-de-david-alexandre-hine [0x0-0x100100]. Xcode [7732]: Xcode (7732.0 x105246000) malloc: free_garbage: garbage ptr = 0x80090ae80, has non-zero refcount = 1

    If it can help you, better

  4. #4
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Xcode: systematic crash ...

    not crashlog, simple warnings from garbage collection

    Code:
    Xcode [7732]: Xcode (7732.0 x105246000) malloc: free_garbage: \
    garbage ptr = 0x8000af680, has non-zero refcount = 1
    Object means having memory address 0x8000af680 was free while retain_count> 0,
    potentially retain another subject, who wish to claim
    So after a free to try to write to an address already reallocated memory for something else or nothing potentially crash

    the crash dump file that is located in the root folders as follows:

    $ (HOME) / Library / Logs and / or / Library / Logs

  5. #5
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Xcode: systematic crash ...

    try this

    Code:
    > $ Cd ~ / Library / Logs
    > $ Grep-R XCode.
    > $ Grep-R ibtool.

Similar Threads

  1. Xcode 3.2.2 and 3.2.3 is not able to support
    By Farhat007 in forum Software Development
    Replies: 6
    Last Post: 25-09-2010, 09:05 PM
  2. XCode for Leopard
    By Lohitaksha in forum Windows Software
    Replies: 6
    Last Post: 06-08-2010, 12:01 AM
  3. Help needed for C++ in XCode.
    By Kshaunish in forum Software Development
    Replies: 5
    Last Post: 28-05-2010, 05:54 PM
  4. xcode on the iPad?
    By Udyan in forum Portable Devices
    Replies: 4
    Last Post: 26-04-2010, 05:42 PM
  5. Implementing ADA on Xcode
    By Doroteo in forum Software Development
    Replies: 3
    Last Post: 19-11-2009, 06:22 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,055,368.47546 seconds with 16 queries