Finder - EXC_BAD_ACCESS - Thread 11 line 0 = "???"

Hi all, since a few days my 7.1 MacBook Pro 13" keeps freezing every hour or so. The problem started before(!) I installed Mavericks and kept occuring after doing so. Backups (TimeMachine and SuperDuper) were interrupted several times as I had to hard reset after freezes during the process and also the Mavericks installation I had to restart a couple of times again after freezing.
Tinker Tool System crash reports blame the finder.
Crashed Thread:  11
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000001001b9d90
External Modification Warnings:
Thread creation by external task.
When I scroll down to thread 11 I expected to see in line 1 or 2 the actual cause of the crash but only find this:
Thread 11 Crashed:
0   ???                                     0x0000000115854f9a 0 + 4656025498
Thread 11 crashed with X86 Thread State (64-bit):
  rax: 0x00000001001b9d90  rbx: 0x00007fff60baf008  rcx: 0x00007fff60bb95b5  rdx: 0x0000000000000183
  rdi: 0x00000001158547db  rsi: 0x000000011585593a  rbp: 0x0000000122e53ff0  rsp: 0x0000000122e53f60
   r8: 0x0000000000000000   r9: 0x00000000000006c0  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000122654000  r13: 0x000000010ee83000  r14: 0x000000010ee83010  r15: 0x0000000000000000
  rip: 0x0000000115854f9a  rfl: 0x0000000000010212  cr2: 0x00000001001b9d90
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14
Can you help to interpret? Am I on the right track there at all?
Any comment and help much appreciated!
Chris

External Modification Warnings:
Thread creation by external task.
Are you using DropBox or a Finder extension like TotalFinder?
Remove them.

Similar Messages

  • Thread.cpp​, line 1938

    I got this error message when I was running my programm.
    "thread.cpp", line 1938
    labview version 6.1
    I went to check "Task Manager", and it seemed like labview kept increasing memory its memory usage until there was not any left. so this error did not happen in the begining. It took some time.
    Is this a bug of Labview6.1? Or where can I set up the maximum memory usage of this application so the computor won't be dead?
    thank you.

    This may be cause by a bug in your program. LV does automatic memory management for you, and it's usually pretty good about it, but if you use functions that require more memory during run-time, LV will allocate more and more memory until you run out. Good examples of this are Build Array and Concatenate String. If you use these in a loop to build a large array and do it fast, you may run out of memory pretty quickly.
    Try using the profiling tools in Tools>>Advanced (I don't think they exist in the base package) to see if you can pinpoint the consumption to one of your VIs. You should also read the white paper about memory management in LV. You can find it in Help>>Search the LabVIEW Bookshelf or by searching this site.
    If this is consistent and you can't solve it, I suggest you post your code.
    Try to take over the world!

  • How do you find the number of lines in a file?

    I need to count how many lines there are in a file, I am using a BufferedReader to read in the data, but how can I find the number of lines?
    Thanks

    That depends. How do you define a line? Is it a specific number of
    characters, a String that's terminated by a newline character or some
    combination thereof?

  • TS1363 my ipod classic is visible in windows but not in itunes, this happens on 2 different computers where my iphone and ipod touch work fine which leads me to think something is up with the ipod itself and i cant find any threads to help

    my ipod classic is visible in windows but not in itunes, this happens on 2 different computers where my iphone and ipod touch work fine which leads me to think something is up with the ipod itself and i cant find any threads to help.
    any thoughts anyone??

    Perhaps the reason you haven't had any replies is because there is no such thing as an 8GB iPod Classic.
    I suggest that you begin by correctly identifying which iPod you have.
    http://support.apple.com/kb/HT1353

  • Where to find old thread/post and closed the thread

    where to find old thread/post and closed the thread
    i try to search by email id, by userid but no results display at all only new post are shown

    Hi,
    where to find old thread/post and closed the thread
    i try to search by email id, by userid but no results display at all only new post are shownMake sure that u have specified the Correct date range parameter as required.
    Regards,
    X A H E E R

  • Finding the thread ids instantiated at runtime

    Hi,
    I want to know if there is any way to know the threads that are instantiated at runtime from outside the class or package. To be more clear, I am building a module to enhance JSWAT (Open source java debugger ) to visualize the concurrent execution(monitor based) of multithreaded applications.
    The user can load his multithreaded application in on the debugger UI using the menu File -> Load File. When the user clicks the run button, then threads would be created based on the user application (the multi threaded application that the user loads on to JSWAT).
    I wanted to know if I can find the threads instantiated from the module that I am building ( outside the class of the multi threaded application) at run time. If so, how?
    I also want to synchronize my visualization module with the JSWAT debugger. i.e. If the user sets a breakpoint in the debugger, then the visualization should also stop at that point.
    Please advise me how to do these two tasks.
    Thanks in advance. Eagerly awaiting your reply.
    Thanks
    Arun

    You could arrange for a breakpoint to be set in java.lang.Thread's start() method, and get a call back when ever client's code hits this method ?
    See this : http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdi/index.html
    http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdi/com/sun/jdi/request/BreakpointRequest.html
    http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdi/com/sun/jdi/Location.html
    A tool that is built using the above api that gets a callback whenever java.util.Zip constructor is called may be of help.
    http://blogs.sun.com/quinn/entry/tool_for_diagnosing_failed_glassfish
    -Prashant

  • Error 38 "thread.cpp line 1938" failure during an application execution

    I made a Labview6.1 based application that handle serial communication with six RS-232 ports. The program is intended to run 24 hours a day. After around 2 days of execution an error occurs. Here the reference:
    Error 38
    thread.cpp line 1938
    What can be the root cause of this failure?
    I'm pretty sure it's not lack of memory/CPU.

    Hi Mao,
    Be sure that all the threads you oppened are all closed.
    For example if you put an "open VI reference" don't forget to put the "close reference" at the end of the task.
    Hope it helps!
    Best regards,
    G Liagre
    Best regards,
    G Liagre

  • Cannot find the thread I started

    I cannot import files from my CF card (Canon 5D MarkII) to lightroom 5.3.  They will import to Macintosh HD.  Therefore there is enough room.  Cannot read the files to import them.  I don't know what folders I was putting them in when I first started importing them.  I have about 1,000 images in lightroom now.  I was importing them by date.  Did that put them into a file?  I need to stop with this many questions, I think.

    According to the software used here at Adobe to run this forum, this is your first post. So we can't find the thread you started either ... but ... this speaks to an issue about organization ... if you can't find your threads here in the forums, I'm not surprised you can't find your photos either, and neither state of affairs is good. Perhaps you might want to commit to being more organized about photography and forums and the like. Just a thought.
    If you are getting a message from Lightroom about "cannot read the files to import them", or something like that (in the future you might want to state the exact error message, word for word, verbatim, exactly as it appears on your screen, without alteration — just so we don't have to guess what the error message really said), I will guess that you did not have WRITE permission to the destination folder when ytou tried to import them. But that's a guess. It would really help to know the exact, verbatim, word-for-word error message.
    I don't know what folders I was putting them in when I first started importing them.
    Lightroom knows where the photos are. That is one of the reasons we use Lightroom, because it remembers these things better than humans can. I suggest you look for them in Lightroom, and the folder that contains the photos will be available to you by looking in the Metadata Panel on the right, with the dropdown set to "Default", next to "Folder".
    I have about 1,000 images in lightroom now.  I was importing them by date.  Did that put them into a file?
    Lightroom does not store your photos, your photos are stored on your hard disk somewhere, in the location you put them, or in the location you told Lightroom to put them. So, "Did that put them into a file?" — the answer is  NO.

  • Have downloaded new Lightroom 5.4 from CC. When trying to launch am getting following error message and then Lightroom crashes: "an error occurred when attempting to change modules". Can't find a thread which relates to this error message.

    Have downloaded new Lightroom 5.4 from CC. When trying to launch am getting following error message and then Lightroom crashes: "an error occurred when attempting to change modules". Can't find a thread which relates to this error message.

    Hi 99jon,
    Many thanks for that. Had been going through this list yesterday and now again today:
    Ref  Solution 1: Lightroom is at its latest update
    Ref  Solution 2: It's interesting how I cannot find the Preferences file anywhere on my mac. (new mac pro, OS 10/9.2) . . .
    Ref  Solution 3: Lightroom doesn't allow me to do anything after the error message appears
    Ref  Solution 4: don't have any Nik Software plug-ins
    Ref  Solution 5: checked permissions and changed all to "Read & Write" - makes no difference
    Ref  Solution 6: I don't have a different user account on my mac.
    Not sure what else to do.

  • What is system variable to find the current list line in list processing

    hi
    what is system variable to find the current list line in list processing

    Hi,
    Please find below the system variable related to list processing
    LILLI    INT4     10     Processing lists       List line selected
    LINCT  INT4     10     Creating lists           Page length in a list
    LINNO INT4     10     Creating lists            Current line
    LINSZ  INT4     10     Creating lists          Line width in a list
    LISEL  CHAR     255     Processing lists       Contents of the chosen line
    LISTI    INT4     10     Processing lists       Index of the chosen list
    Thanks,
    Muthu.

  • Fatal Internal Error source/manager/thread.cpp line 3472 while starting LabVIEW

    When I try to begin LabVIEW 7.1.1 on my mac OS X 10.4, I see the LV logo and then I get the pop-up window:
    LabVIEW.app Alert
    Fatal Internal Error: "source/manager/thread.cpp", line 3472
    LabVIEW version 7.1.1
    You will lose any unsaved work. For assistance in resolving this
    problem, please relaunch LabVIEW, or contact National Instruments.
    When I click on Continue, it kills LabVIEW. I also get 2 other
    windows...one says Investigate Previous Internal Error...which does not
    do anything, irrespective of what I click in that window.
    The other window is called Controls.
    The last message I see on the LabVIEW splash screen is Server: Exported VIs list ok.
    The LV website says I need to make DLLs re-entrant, but I can't even begin LV to solve this problem.
    Any suggestions?

    Hi Enduro,
    I would suggest creating a service request for this problem at ni.com/ask. The Applications Engineer will be interested in looking at the error log that is being created, so that we can determine if this problem has occurred before.
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • Where do I find the thread of Flash alternatives?

    Where do I find the thread of Flash alternatives?

    Look to the right under "more like this" or or search any of the iPhone or iPad forums for "flash" and you'll find many threads on the subject.
    Regards.

  • How can I find the Thread ID

    Hi
    I read the following sentences in FAQ:
    {forum:id=123} - Displays link to forum 123
    {thread:id=12345} - Displays link to thread 12345
    {message:id=1234567} - Displays link to message 1234567
    {user:id=1234} - Displays link to user 1234 (numeric ID)But I don' know where I can find the forum:id, thread:id and message:id
    Thank for your help
    hqt200475

    bigdelboy wrote:
    trent wrote:
    bigdelboy wrote:
    As far as I am aware the threadID and the messageID never appear in the same URL.At this top of this thread, there is a link for 'Last Post'
    This points to: Re: How can I find the Thread ID containing both thread and message id's
    In your example, the 'Whoever' bit is just plain text. i.e. no hyperlink (for me).
    I think you are talking about the links on the list of threads, whereas Aketi is referring to the link in the actual thread (at the top of the page).I feel a litlte outgunned {noformat};){noformat} ..... however I currently stand by my postulation their is no URL hyperlink where both the threadID (2234623 for this thread) and messageID (eg 9651344 for this post) are present in the same URL. URLs with the messageID obviously link to the thread on the basis the message is a child of the thread, but the threadID is not explicily present in this case.
    Rgds - bigdelboy
    http://en.wikipedia.org/wiki/A_Funny_Thing_Happened_on_the_Way_to_the_Forum ( {forum:id=29} )
    http://forums.oracle.com/forums/help.jspa
    Waht a plonker bigdelboy is!
    I think you are talking about the links on the list of threads, whereas Aketi is referring to the link in the actual thread (at the top of the page).I agree entirely. Apolgies to all. You are SO right.
    Permlink           Replies:  12  -   Pages:   1   -   Last Post:   Jun 10, 2011 8:23 AM  Last Post By: bigdelboy          Threads:  [ Previous |  Next   ]
    Re: How can I find the Thread ID

  • How do I find the dc load line for a BJT on multisim 11

    Im trying to find the dc load line for a BJT on multisim 11.

    Thanks for reply. Would please tell me the procedure to get output jfet characteristic curve by changing d-s voltage at different g-s voltage to drain current? I attached my document. It's better if you send me a sample simulation file if possilble. actually i will try for other jfet model once i know how to simulate it. it would be great help. thank you in advance.
    Attachments:
    expecting waveform.JPG ‏32 KB
    char.JPG ‏345 KB

  • Labview Error : thread.c line 1445

    Hi, I'm running a VI but eventually I have an error message : Thread.c ; line 1445...and after that Labview closed. It said to look on the NI website for more answer...Anyway, using a, older version of Labview (ie 5.1)

    Hi,
    The AE Department at National Instruments is instructed to support up till LabVIEW version 7.0 (three versions previous of the newest version).  Unfortunately, most of our resources are devoted to helping customers with newer versions of LabVIEW.  However, I am willing to help you out to the best of my knoweldge on LV 5.1. 
    Is there a way for you to describe when you get the thread error and provide a screenshot to this discussion forum.
    Regards,
    Nadim Rajabi
    Applications Engineering
    National Instruments

Maybe you are looking for