TDS: Cleaning up after crash with open transactions

I am evaluating TDS and have a pretty basic question. I have a test app that looks like this (error handling omitted).
// main opens/creates the env, checks for 'exit' on the command line, and then calls WriteBTree
void WriteBTree(DbEnv &env, bool exitSuddenly)
  Db table(&env,0);
  int dbResult = table.open(0, "table1.db", 0, DB_BTREE, DB_CREATE | DB_AUTO_COMMIT, 0);
  DbTxn *txn = NULL;
  env.txn_begin(NULL, &txn, 0);
  char *data = "hello world";
  for(int i=0; i<100; ++i)
    Dbt dbtKey(&key, sizeof(int));
    Dbt dbtData(data, strlen(data));
    dbResult = table.put(txn, &dbtKey, &dbtData, 0);
  if(exitSuddenly)
    cerr << "Exiting in middle of transaction" << endl ;
exit(-1);
dbResult = txn->commit(0);
// cleanup here
If I kill the app via the exit flag while a transaction is pending, the table remains locked. I can see this with db_stat. Later instances of the app hang waiting for the lock to clear. The hang occurs on the first put in the loop. Who or what will eventually remove this lock? How does my app clean up from this crash?
I configure isalive and set_thread_id on the environment. I also configure 30 second transaction and lock timeouts. I open the env with these flags
DB_CREATE | // If the environment does not exist, create it.
DB_INIT_LOCK | // Initialize locking
DB_INIT_LOG | // Initialize logging
DB_INIT_MPOOL | // Initialize the cache
DB_INIT_TXN | // Initialize transactions
DB_REGISTER |
DB_RECOVER |
DB_THREAD |
DB_FAILCHK;
H^2

I think I figured this out on my own.
Removing the DB_FAILCHK flag from the environment flags coerced BDB into cleaning up the truncated transaction.

Similar Messages

  • Spinning beach ball of death after crash with fans running full speed

    I recently put my machine to sleep - came in the next morning to find it running all fans at full speed and frozen. Did a hard reset (power button in for 5 seconds waited 15 secs and then power on. It rebooted after a long re-boot period. Since then it has slowed down. Many apps take an age to open. Many freeze and there is the infamous SBoD. I have rebuilt permissions, installed 10.5.8 combo, done a permission repair from a separate firewire disk, run onyx - which at time never ends and has to be aborted. Activity monitor shows no exceptional activity when the SBoD is running. I had significant issues until last December when i did a clean rebuild and installation of leopard and put all essential software in from clean install disks - all in all had a pristine machine which was working perfectly until the week before last when the full fan and freeze crash occurred. I notice that it speeded up after the 10.5.8 combo install and permission rebuild from external disk but gradually slows down and gets increasingly unstable requiring forced reboots more and more often. I have no hacks or other background processes other than Virus Barrier 6 which ran perfectly before the crash.

    As expected after running well at about 11:40 Mail slowed down and the SBoD started.
    The console shows the following:
    19/2/10 11:40:00 AM [0x0-0x6d06d].org.mozilla.firefox[4570] Debugger() was called!
    19/2/10 11:42:42 AM [0x0-0x6f06f].com.apple.Safari[4671] Debugger() was called!
    19/2/10 11:55:22 AM Automator Runner[5082] Error while processing arguments
    19/2/10 11:56:47 AM Automator Runner[5130] Error while processing arguments
    19/2/10 12:06:08 PM Automator Runner[5420] Error while processing arguments
    19/2/10 12:06:54 PM com.apple.launchd[378] (com.apple.Safari[5451]) Check-in of Mach service failed. PID 5451 is not privileged: com.apple.Safari.SyncClient.IsRunning
    19/2/10 12:06:54 PM com.apple.launchd[378] (com.apple.Safari[5451]) Exited with exit code: 1
    19/2/10 12:07:22 PM Mail[5429] Expected Apple Mail To Do to be selected for Operation "UID STORE", EXECUTING <0x179e47e0>
    Dependency: Operation "DONE", DONE <0x17f1c1e0>
    Dependency: Operation "IDLE", DONE <0x1843e0b0>
    Dependency: Operation "SELECT", DONE <0x17f22ee0>
    Mailbox name: Apple Mail To Do
    Mailbox name: Apple Mail To Do, had IMAPMailbox INBOX:
    EXISTS:32, UIDNEXT:5553, UIDVALIDITY:1226484816 instead
    19/2/10 12:12:41 PM Quicksilver[425] * -[NSCFString string]: unrecognized selector sent to instance 0xd4abe0
    19/2/10 12:12:41 PM Quicksilver[425] HIToolbox: ignoring exception '* -[NSCFString string]: unrecognized selector sent to instance 0xd4abe0' that raised inside Carbon event dispatch
    19/2/10 12:12:41 PM Quicksilver[425] HIToolbox: ignoring exception '* -[NSCFString string]: unrecognized selector sent to instance 0xd4abe0' that raised inside Carbon event dispatch

  • Photoshop crashes with open dialog box on Windows 8.1

    I just upgraded from Windows 8.0 to Windows 8.1. I have Photoshop CC, I also have Photoshop Elements installed. On occasion, Photoshop CC hangs when using the open dialog box. It then crashes explorer. The only way to resolve it is to restart the PC.
    Has anyone seen this behavior. I do not have any logs as of now.
    Thanks,
    Bill Byrnes

    I don't know if this is helpful or exactly on topic with this thread... but I have to share somewhere...
    I've been dealing this problem for months and I finally fixed it on my own.
    My Antivirus, AVG, which is great, except for this glitch, was the root cause of the issue. 
    History:  If I right-clicked a file in my Save/Open Dialogue Photoshop (CS6 Extended) would crash.. for the last few months, actually...  If I avoided right-clicking I'm ok, but my instincts are to organize, rename, etc. while in the save/open pop-up window ... So I've often crashed Photoshop when all I do is right-click on a file in the list of files...
    Well, I figured out the cause of the glitch:
    "Permanently Shred with AVG” .. this option, added without my knowledge during an AVG update, was added around the same time this problem started (realizing this in hindsight).. THIS was conflicting with my Adobe Photoshop file explorer window in the Save/Open dialogue!!! After months of trying to figure this out, this is definitely the solution.
    Once I turned that AVG Shell Extenstion off.... I am now able to right-click files in Photoshop save/open pop-up window again without it crashing…  finally !!!!
    ...hope this helps folks even if it's just a related clue to other issues....
    Basically ,run command prompt as Administrator, then type:
    For 32-bit :  regsvr32 /u “C:\Program Files\AVG\AVG2014\avgse.dll”
    For 64-bit:   regsvr32 /u “C:\Program Files (x86)\AVG\AVG2014\avgse.dll”
    I found this info about turning off  "Permanently Shred with AVG" option at this link:
    http://techdows.com/2013/09/avg-2014-how-to-remove-permanently-shred-with-avg-option-from- context-menu.html#comment-21176
    thanks!
    -Camilo

  • IBook 1.1 crashes with "open in iBook"

    I have a problem since the update to iOS 4.2.1
    When I open a PDF in Safari, and tap the "open in iBook" new button, Safari freezes and after some minutes, shuts down the iPad.
    Has anyone experienced the same yet ? I know that this kind of problem was frequent on iPhones 4.2, would it have contaminate iPad 4.2.1 too ?

    I had the same thing happen to me today with a two page PDF. Also iBook will crash when changing pages in a PDF that I added in March 2011 and open it up several times a month. Now iBook crashes I thought that I only had issues with Safari. Did not have this issue with ver 4 but since upgrading to ver 5 and 5.0.1 apps crash.

  • Finder crashes with "open as" on audio and video files

    My system was restored by Time Machine some time ago.
    Since than my Finder crashes whenever i use the "open as" menu on movie or audio files.
    I do a ctrl-click and choose "open as" nothing happens like a freeze and than the Finder crashes and starts new. Sometimes the Finder doesn't even appear again, so that i have to use the power button of my MBP to switch it off.
    Other file types like jpg, pdf, ... work just fine.
    I'm using a MBP, Intel Core Duo 2Ghz with 2 Gb Ram under 10.6.4.
    I repaired permissions and even rebuild the launch services but it didn't help.

    Hello s:
    The only thing I can think of to try is to trash a preference file (com.apple.finder.plist) and restart.
    If that does not help, I would reinstall OS X 10.6 (over your existing system and then run software update.
    Barry

  • Apps not working after crash (with iPhone 2.0)

    I'm using a 1st generation iPhone with the iPhone 2.0 update. Today, my phone became unresponsive after trying to start the Brain Challenge app (updated to the latest version), even holding down the home key to force quit the app did nothing. I had to do a hard reset (holding down the home key and the sleep button), and after a longer than usual time to reboot, several of my apps no longer work.
    I get a message saying "The application "xxx" cannot be opened" when trying to start the Facebook app, Apple's Texas Holdem, Brain Challenge, Bloomberg, Tap Tap Revenge etc. etc. (although some, such as Apple's Remote, do work).
    I'm guessing I need to recover it from backups, but how can I do it such that I don't lose those apps I have paid for that I have bought since the last time I backed up?

    anyone?

  • After Crash: Mail opens to setup assistant, Where is everything?

    I shutdown and rebooted my computer after it did not want to take my password; the keyboard wasn't responding. Mail was open at the time I did this and after rebooting, when I open Mail it give me the setup assistant! In Library/Mail everything that should be there is there, my folders, my accounts... why is Mail not seeing this info and not opening it correctly? What happened? I can't see anything in the log and repairing disk permissions didn't work.
    I have a back-up but it's at least a month old, maybe more. Seeing as my files are in the Library, I don't understand why Mail isn't working correctly.
    Any help is appreciated as I am seriously freaking out.
    Thank you!

    What happened is that, probably as a result of what you did, Mail discarded the ~/Library/Preferences/com.apple.mail.plist preferences file and created a new one. This file is where all the account settings (but not the messages themselves) are stored. As a result, all your non-.Mac account settings are lost.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what’s it all about?
    After having fixed all filesystem issues, if any, and making sure that there’s enough space available on the startup disk (a few GB, plus the space needed to make a backup copy of the Mail folder), quit Mail if it’s running, and make a backup copy of the ~/Library/Mail folder, e.g. by dragging it to the Desktop while holding the Option (Alt) key down, just in case something else goes wrong while trying to solve the problem. This is where all your mail is stored.
    You have three options now:
    (1) Restore com.apple.mail.plist from a backup if you have one. Mail shouldn’t be running while you do this.
    (2) Set up your non-.Mac accounts in Mail again. If given the option to import existing mailboxes or something like that, don’t. Just enter the account information and Mail will automagically rediscover the data in ~/Library/Mail/ when done. You’ll also have to re-configure most of your settings in Mail > Preferences. For spam-related security reasons, the first thing you should do is go to Preferences > Viewing and disable Display remote images in HTML messages if it’s enabled.
    (3) Mail may have renamed the old preferences file to com.apple.mail.plist.saved. If that’s the case, you may try moving the new com.apple.mail.plist out of ~/Library/Preferences/ (e.g. to the Desktop) and rename the old com.apple.mail.plist.saved back to com.apple.mail.plist. Again, be sure Mail isn’t running while doing this. Since Mail decided to discard it, I would expect this file to be corrupt (I don’t understand why would Mail discard it and create a new one otherwise), but apparently that often is not the case and the settings can indeed be restored by just renaming the file.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • JDeveloper: After crashed with "Unexpected Error" design view goes blank

    Hi, I am new to JDeveloper. I have installed 11.1.2.2.0 JDeveloper and have just installed all the updates via HELP -> CHECK FOR UPDATE.
    I am currently working on JFS Tutorial at http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_56/jdtut_11r2_56.html
    I encounter the similar problem when I was in STEP 2 for numerous time. :(
    No matter what I selected from the error box, my design view will end up be blank, it display nothing, even I hit the refresh button. :(
    I check the source view, preview, yes they work fine.
    Also, I have tried to clean the project. No helping at all.
    This is how the error shows: http://s19.postimage.org/hxa7q5e6r/error.png
    The details of the error: http://s19.postimage.org/sqhpynvgz/error_detail.png
    Can someone please help me out :(
    Edited by: 954390 on 22-Aug-2012 20:47
    Edited by: 954390 on 22-Aug-2012 20:55
    Edited by: 954390 on 22-Aug-2012 20:56

    Have you tried to open the finished app from the zip? >> Yes, I did. And it works.
    Also, as long as it does not crash nothing goes wrong. But once it does, not only the design view goes blank but I cant even execute the project, I will hit 505 error in the browser.
    Can you give more info about your environment (OS, memory....)? >> http://s19.postimage.org/ttpxyfk7n/specs.png

  • Problem to active Elements 11 after crash with my laptop

    Yesterday afternoon I had a chat about 2 hours with your technical service / with Mr/Mrs Sanhtosh .
    I will sent you a copy about this chat:
    Santhosh: Hello. Welcome to Adobe Technical Support.
    Santhosh: Hi Albert.
    Albert Genger: hallo
    Santhosh: I understand you are not able to install Adobe Premier Elements 11.0. Is that right ?
    Albert Genger: yes
    Santhosh: Thank you for the confirmation.
    Santhosh: May I know the exact error message while you try to install the software?
    Albert Genger: I try to give the serial number in the product, but it doesn't accept because the programm says - the serial number is not valid for this product -
    Santhosh: I am sorry for it.
    Albert Genger: yes, I hope you can help
    Santhosh: Are we still connected?
    Albert Genger: i hope
    Santhosh: Okay. May I know the software name and version which you see in the title bar ?
    Albert Genger: Adobe Premiere Elements 11
    Santhosh: Okay. Please re-enter the serial number and try to again.
    Albert Genger: I re-enter the serial number but the answer is the same as before - this serial number is not guilty for this produkt
    Santhosh: Okay, may I know the language you selected while you try to install the software ?
    Albert Genger: Netherlands
    Santhosh: As I checked and see that, the serial number you have purchased is for Dutch.
    Albert Genger: Yes
    Santhosh: Okay.
    Santhosh: May I know do you have any other Adobe software installed in the computer ?
    Santhosh: Are we still connected?
    Albert Genger: Yes - Adobe Creative Cloud - Adobe Photoshop Elements 11 - Adobe Premiere Elements 11 - Adobe Reader XI
    Santhosh: Okay.
    Santhosh: Please navigate to C drive > Program File (X86) > Common File > Adobe > Adobe PCD > Cache.
    Santhosh: Please cut and paste the Cache.db file to Desktop.
    Albert Genger: I must I do this
    Santhosh: Sure.
    Albert Genger: yes
    Santhosh: Let me know once you perform the above step.
    Albert Genger: I'm not the best in computer programms and I'm an amateur, that;s why I ask you where to find this cache.db
    Santhosh: Okay.
    Santhosh: May I know the operating system language ?
    Albert Genger: Dutch
    Santhosh: Okay.
    Santhosh: In this case, I request you to contact Adobe Phone support. So they will be able to assist you with this issue.
    Santhosh: Please use the below link to contact Adobe Phone support.
    Santhosh: http://www.adobe.com/nl/aboutadobe/contact.html
    Albert Genger: okay and thank you for your support
    Santhosh: You are welcome.
    Santhosh: Is there anything else I can help you with?
    Santhosh: Thank you for contacting Adobe. Good Bye.
    This chat session has ended. Thank you for contacting Adobe.
    He/She told me to made a phonecall and I try it first tomorrow but it was dutring to long that's why I try this chat again.
    Yesterday I didn't understand what he means by saying - copy your cache on the desktop , so after our chat I read it back and saw that I missed one answer ( I put it in red). And i made this afterwards, so my cache is on my desktop now.
    I hope to get contact with your technical support to continue my problem

    As this is a Photoshop Elements question, I will Move your post to that very helpful and active forum.
    Remember, you will be reaching users of Photoshop Elements and NOT Adobe directly.
    Good luck,
    Hunt
    [Moved to Photoshop Elements Forum]

  • Broken VI after crash - cant open.

    My PC crashed while running a subvi. Now I cant open it.
    When I open it it prompts "Please find the VI named myvi.vi" - then I selects the VI and it asks me to find the VI again.
    It contionous and I cant open it.
    What can I do - please help.

    Hi,
    I'd try to create a new VI named myvi.vi. Just leave it empty. Your main VI won't work, but maybe you can open it (so you'll "just" have to redraw the subvi myvi.vi).
    Carsten

  • InDesign CS6 Crashes when opening any document from the network

    Below are my notes on this issue along with the useless crash reports that Adobe and Apple ignore.
    File location showing now special or reserved words in path: /Volumes/design/Design/Print/COLOR CARDS/Color Card-Country/INHOUSE
    After crash, reopens document from crash and reports no issues
    Same behavior even if ID is already open
    Same issue if files are on server share with or w/o oplocks
    Same crash issue if opening from desktop w/ all links local to desktop
    Reopen after crash from opening on desktop opens fine
    ID version 8.02 (CS6)
    OS X 10.9.4 same issue with OS 10.8.5
    I have removed and reinstalled ID CS6 and all patches
    This happens on ALL Macs in the office
    The server is a QNAP with access via SMB, all users logon as guest. NO AFP is in use. Only SMB. No errors reported at server.
    Crash report below with Mac info:
    Model Name: iMac
      Model Identifier: iMac11,1
      Processor Name: Intel Core i7
      Processor Speed: 2.8 GHz
      Number of Processors:  1
      Total Number of Cores:  4
      L2 Cache (per Core):  256 KB
      L3 Cache: 8 MB
      Memory: 16 GB
      Processor Interconnect Speed:
    4.8 GT/s
      Boot ROM Version: IM111.0034.B02
      SMC Version (system):  1.54f36
      Serial Number (system):  QP0280EJ5RU
      Hardware UUID: 00776F07-F1ED-51D5-8C91-CA415D8ECA74
    When opening the file it appears to want to ask about fonts but never redraws the screen then crashes:
    Process:         Adobe InDesign CS6 [928]
    Path:            /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Identifier:      com.adobe.InDesign
    Version:         8.0.2.413 (8020)
    Code Type:       X86 (Native)
    Parent Process:  launchd [223]
    Responsible:     Adobe InDesign CS6 [928]
    User ID:         62061693
    Date/Time:       2014-07-04 16:28:00.130 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000024
    VM Regions Near 0x24:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.BIB               
    0x00dd60bb 0xdd0000 + 24763
    1   com.adobe.BIB               
    0x00dd4755 0xdd0000 + 18261
    2   com.adobe.CoolType           
    0x00e62ac1 0xe20000 + 273089
    3   com.adobe.CoolType           
    0x00e63264 0xe20000 + 275044
    4   com.adobe.CoolType           
    0x00e64bd8 0xe20000 + 281560
    5   com.adobe.CoolType           
    0x00e65708 0xe20000 + 284424
    6   com.adobe.CoolType           
    0x00e55a62 0xe20000 + 219746
    7   com.adobe.CoolType           
    0x00e675e1 0xe20000 + 292321
    8   com.adobe.CoolType           
    0x00e5691c 0xe20000 + 223516
    9   com.adobe.CoolType           
    0x00f47f07 CTInit + 784415
    10  com.adobe.CoolType           
    0x00f75a29 CTInit + 971585
    11  com.adobe.CoolType           
    0x00f4cd8f CTInit + 804519
    12  com.adobe.CoolType           
    0x00f4cfa6 CTInit + 805054
    13  com.adobe.CoolType           
    0x00f4d09d CTInit + 805301
    14  com.adobe.CoolType           
    0x00ee84bc CTInit + 392660
    15  com.adobe.CoolType           
    0x00e7c17e 0xe20000 + 377214
    16  com.adobe.InDesign.Optical Kerning
    0x151e9d87 GetPlugIn + 29063
    17  com.adobe.InDesign.Optical Kerning
    0x151ebede GetPlugIn + 37598
    18  com.adobe.InDesign.Optical Kerning
    0x151e44f4 GetPlugIn + 6388
    19  com.adobe.InDesign.Optical Kerning
    0x151e2080 0x151dd000 + 20608
    20  com.adobe.InDesign.Optical Kerning
    0x151e0c1b 0x151dd000 + 15387
    21  com.adobe.InDesign.Optical Kerning
    0x151e0aaa 0x151dd000 + 15018
    22  com.adobe.InDesign.Optical Kerning
    0x151e1a25 0x151dd000 + 18981
    23  com.adobe.InDesign.Paragraph Composer
    0x18e8a857 TE::MarkerPositionOptions IDTEConvert<IFootnoteSettings::MarkerPositionOptions, TE::MarkerPositionOptions>(IFootnoteSettings::MarkerPositionOptions const&) + 39687
    24  com.adobe.InDesign.Paragraph Composer
    0x18e1d21a GetPlugIn + 81034
    25  com.adobe.InDesign.Paragraph Composer
    0x18e1d668 GetPlugIn + 82136
    26  com.adobe.InDesign.Paragraph Composer
    0x18e25398 GetPlugIn + 114184
    27  com.adobe.InDesign.Paragraph Composer
    0x18e525c6 GetPlugIn + 299062
    28  com.adobe.InDesign.Paragraph Composer
    0x18e5614c GetPlugIn + 314300
    29  com.adobe.InDesign.Paragraph Composer
    0x18e57985 GetPlugIn + 320501
    30  com.adobe.InDesign.Paragraph Composer
    0x18e597eb GetPlugIn + 328283
    31  com.adobe.InDesign.Paragraph Composer
    0x18e0afb3 GetPlugIn + 6691
    32  com.adobe.InDesign.Paragraph Composer
    0x18e0e0ca GetPlugIn + 19258
    33  com.adobe.InDesign.Paragraph Composer
    0x18e0990c GetPlugIn + 892
    34  com.adobe.InDesign.Text     
    0x1b95e90d GetPlugIn + 3701709
    35  com.adobe.InDesign.Text     
    0x1b778b6a GetPlugIn + 1711658
    36  com.adobe.InDesign.Text     
    0x1b765f96 GetPlugIn + 1634902
    37  com.adobe.InDesign.Text     
    0x1b7845e4 GetPlugIn + 1759396
    38  com.adobe.InDesign.Text     
    0x1b783e03 GetPlugIn + 1757379
    39  com.adobe.InDesign.Text     
    0x1b782e70 GetPlugIn + 1753392
    40  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    41  com.adobe.InDesign.Text     
    0x1b6a704d GetPlugIn + 852749
    42  com.adobe.InDesign.Text     
    0x1b6a6ed3 GetPlugIn + 852371
    43  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    44  PublicLib.dylib             
    0x017cd17a CShape::DrawHierarchy(GraphicsData*, long) + 354
    45  PublicLib.dylib             
    0x017cf1fd CGraphicFrameShape::DrawShape_Hierarchy(GraphicsData*, long) + 389
    46  PublicLib.dylib             
    0x017cee24 CGraphicFrameShape::DrawShape(GraphicsData*, long) + 130
    47  PublicLib.dylib             
    0x017ccb1a CShape::ProcessDrawShape(GraphicsData*, long) + 310
    48  com.adobe.InDesign.Layer     
    0x18753981 0x1874d000 + 27009
    49  com.adobe.InDesign.Generic Page Item
    0x17a17250 GetPlugIn + 142112
    50  com.adobe.InDesign.Layer     
    0x1875381d 0x1874d000 + 26653
    51  com.adobe.InDesign.Layer     
    0x18753203 0x1874d000 + 25091
    52  com.adobe.InDesign.Spread   
    0x1aa6bf4b 0x1aa5f000 + 53067
    53  com.adobe.InDesign.Spread   
    0x1aa6ef4d 0x1aa5f000 + 65357
    54  com.adobe.InDesign.Spread   
    0x1aa6b86e 0x1aa5f000 + 51310
    55  com.adobe.InDesign.AppFramework
    0x15ca2494 GetPlugIn + 89108
    56  PublicLib.dylib             
    0x018b6355 MultiThreadedWorkProgressBar::DoUpdate() + 11247
    57  PublicLib.dylib             
    0x018b7b3c SnapshotUtilsEx::Draw(long, unsigned long, PMReal const&, unsigned long, SnapshotUtils::Transparencies, IdleTimer*, std::map<IDType<ClassID_tag>, PMReal, std::less<IDType<ClassID_tag> >, std::allocator<std::pair<IDType<ClassID_tag> const, PMReal> > >*, unsigned long) + 102
    58  com.adobe.InDesign.Layout   
    0x189d977d GetPlugIn + 62253
    59  com.adobe.InDesign.Layout   
    0x189da35a GetPlugIn + 65290
    60  com.adobe.InDesign.AppFramework
    0x15cbae07 GetPlugIn + 189831
    61  com.adobe.InDesign.AppFramework
    0x15cb9739 GetPlugIn + 183993
    62  com.adobe.InDesign.AppFramework
    0x15c71196 0x15c63000 + 57750
    63  com.adobe.InDesign.AppFramework
    0x15c8f769 GetPlugIn + 12009
    64  com.adobe.InDesign           
    0x00001ec5 main + 341
    65  com.adobe.InDesign           
    0x00001d55 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib       
    0x96501992 kevent64 + 10
    1   libdispatch.dylib           
    0x97348899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib           
    0x97348532 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x9218e88d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    5   PMRuntime.dylib             
    0x005bb581 SetVSizeBaseline(unsigned long) + 1473
    6   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib       
    0x964fbf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib       
    0x964fb16c mach_msg + 68
    2   com.apple.CoreServices.CarbonCore
    0x9218b52d TS_exception_listener_thread + 138
    3   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    4   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    5   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x9218e682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x9218e8a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore
    0x9215acf2 MPWaitOnQueue + 199
    6   com.adobe.ACE               
    0x00609a69 0x5ca000 + 260713
    7   com.adobe.ACE               
    0x00608d99 0x5ca000 + 257433
    8   com.apple.CoreServices.CarbonCore
    0x9215b2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec1f GetPlugIn + 861087
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec1f GetPlugIn + 861087
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib       
    0x96500b76 __semwait_signal + 10
    1   libsystem_c.dylib           
    0x92bdbfb7 nanosleep$UNIX2003 + 219
    2   com.adobe.InDesign.Support for JavaScript
    0x1acddacb GetPlugIn + 317883
    3   com.adobe.InDesign.Support for JavaScript
    0x1acc2f79 GetPlugIn + 208489
    4   com.adobe.InDesign.Support for JavaScript
    0x1acdde38 GetPlugIn + 318760
    5   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    6   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    7   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib       
    0x96500a26 __recvfrom + 10
    1   libsystem_c.dylib           
    0x92bdc0c9 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib
    0x212ad733 Invoke + 47867
    3   ServiceManager-Launcher.dylib
    0x212ac846 Invoke + 44046
    4   ServiceManager-Launcher.dylib
    0x212ab988 Invoke + 40272
    5   ServiceManager-Launcher.dylib
    0x212aba0f Invoke + 40407
    6   ServiceManager-Launcher.dylib
    0x212a6baf Invoke + 20343
    7   ServiceManager-Launcher.dylib
    0x212a6ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib
    0x212a7685 Invoke + 23117
    9   ServiceManager-Launcher.dylib
    0x212a78f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib
    0x212aa2a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib
    0x212aa3fd Invoke + 34757
    12  ServiceManager-Launcher.dylib
    0x212aac91 Invoke + 36953
    13  ServiceManager-Launcher.dylib
    0x212aadb2 Invoke + 37242
    14  ServiceManager-Launcher.dylib
    0x2129d656 Login + 461
    15  ServiceManager-Launcher.dylib
    0x212a109a Login + 15377
    16  ServiceManager-Launcher.dylib
    0x212ab165 Invoke + 38189
    17  ServiceManager-Launcher.dylib
    0x212ad2eb Invoke + 46771
    18  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    19  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    20  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   MultiProcessor Support       
    0x10167eac boost::condition_variable::wait(boost::unique_lock<boost::mutex>&) + 140
    4   MultiProcessor Support       
    0x1014b513 ThreadFunctor::operator()() + 99
    5   MultiProcessor Support       
    0x1014b25a boost::detail::thread_data<ThreadFunctor>::run() + 22
    6   MultiProcessor Support       
    0x10167547 thread_proxy + 167
    7   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    8   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    9   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine         
    0x2ecf004f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine         
    0x2ea8162f APXGetHostAPI + 83439
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 27:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine         
    0x2ecf0017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine         
    0x2ed0920e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib     
    0x99683042 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine         
    0x2ecf0017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine         
    0x2ee7e168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine         
    0x2ecf013e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine         
    0x2ecf01a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine         
    0x2ecf02c6 APXGetHostAPI + 2634374
    8   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    9   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    10  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 29:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib       
    0x964fbf7a mach_msg_trap + 10
    1   libsystem_kernel.dylib       
    0x964fb16c mach_msg + 68
    2   com.apple.CoreFoundation     
    0x91361bf9 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation     
    0x913611d1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation     
    0x913609ea CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation     
    0x9136084b CFRunLoopRunInMode + 123
    6   com.apple.Foundation         
    0x9b052095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation         
    0x9b051f0e -[NSThread main] + 45
    8   com.apple.Foundation         
    0x9b051e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    10  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    11  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 30:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib       
    0x96500ace __select + 10
    1   com.apple.CoreFoundation     
    0x913b1ae6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    3   libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    4   libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 31:
    0   libsystem_kernel.dylib       
    0x965007ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib     
    0x99682d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib     
    0x99684bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.InDesign.AppFramework
    0x15d62876 GetPlugIn + 876534
    4   com.adobe.InDesign.AppFramework
    0x15d5ec9a GetPlugIn + 861210
    5   com.adobe.InDesign.AppFramework
    0x15d5f6e5 GetPlugIn + 863845
    6   com.adobe.InDesign.AppFramework
    0x15d60cae GetPlugIn + 869422
    7   com.adobe.InDesign.AppFramework
    0x15d60d1a GetPlugIn + 869530
    8   com.adobe.InDesign.AppFramework
    0x15d60d86 GetPlugIn + 869638
    9   com.adobe.boost_threads.framework
    0x01c6f40d thread_proxy + 141
    10  libsystem_pthread.dylib     
    0x996805fb _pthread_body + 144
    11  libsystem_pthread.dylib     
    0x99680485 _pthread_start + 130
    12  libsystem_pthread.dylib     
    0x99685cf2 thread_start + 34
    Thread 32:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 33:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 35:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 37:
    0   libsystem_kernel.dylib       
    0x96501046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib     
    0x99681dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib     
    0x99685cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00dd605e  ecx: 0xffffffff  edx: 0x00deefc0
      edi: 0x00000000  esi: 0x00000000  ebp: 0xbfffb868  esp: 0xbfffb820
       ss: 0x00000023  efl: 0x00010246  eip: 0x00dd60bb   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000024
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
        0x1000 -     0x4ff7 +com.adobe.InDesign (8.0.2.413 - 8020) <26D9D0B7-6A29-A549-7EF5-E2E11360ED2A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6
        0xb000 -     0xbff7 +InDesignModelAndUI (0) <2E042CB4-E42B-151B-E858-1352BF64CBA2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
        0xf000 -     0xfff7 +InDesignModel (0) <C9ABC1CF-850A-FCC7-2CEA-68B14F048036> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
       0x13000 -   0x1f3fef +WidgetBinLib.dylib (1) <D2AAB5B9-0694-32FA-38D5-F97FEE688C9D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/WidgetBinLib.dylib
      0x2a1000 -   0x480ffb +com.adobe.owl (AdobeOwl version 4.0.96 - 4.0.96) <B6B76E81-301D-D087-93F3-FDF9AB323665> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x4ae000 -   0x548ff3 +com.adobe.owl-canvas (AdobeOwlCanvas version 3.6.05 - 3.6.05) <8E0CC5EB-E18A-20BD-BDC4-667D1CC43C12> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0x555000 -   0x55efff +ASLSupportLib.dylib (1) <000064CE-84C2-F397-BAB1-17055FA344EC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ASLSupportLib.dylib
      0x565000 -   0x5a1ffb +TextPanelLib.dylib (1) <019DE080-1920-928F-57FB-F8FD8FCCA227> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/TextPanelLib.dylib
      0x5b8000 -   0x5c1ff3 +PMRuntime.dylib (1) <4144398F-56A5-BB9C-3FEB-E306BAA505A2> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PMRuntime.dylib
      0x5ca000 -   0x746ff3 +com.adobe.ACE (AdobeACE 2.19.18.19553 - 2.19.18.19553) <2C680020-62C1-F45D-B48C-9D5AB8E99DCC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x755000 -   0xd1bfff +com.adobe.AGM (AdobeAGM 4.26.21.31374 - 4.26.21.31374) <1B7331D1-90F9-F1EF-3238-49CEED822CFD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0xd8f000 -   0xdcaff7 +com.adobe.ARE (AdobeARE 1.5.02.19553 - 1.5.02.19553) <264C1354-0764-AFAB-5BB7-DA4B4EBEEFC1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0xdd0000 -   0xdedff3 +com.adobe.BIB (AdobeBIB 1.2.02.19553 - 1.2.02.19553) <D3D9FDCE-75B2-7FB3-71C8-D5DF313F6B0F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0xdf3000 -   0xe1aff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <34F46810-2864-0365-91CF-BF9C8503400A> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0xe20000 -  0x1149fef +com.adobe.CoolType (AdobeCoolType 5.10.70.21235 - 5.10.70.21235) <1BF23DC8-AB4A-D0A8-622A-90A861016CF9> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x1181000 -  0x157dfe7 +com.adobe.MPS (AdobeMPS 5.8.0.24821 - 5.8.0.24821) <79993F63-C04A-6158-62F1-50F368104552> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x15db000 -  0x1640ff3 +ObjectModelLib.dylib (1) <121426FD-C30A-48C4-98B2-8B610945C69C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/ObjectModelLib.dylib
    0x1658000 -  0x16b5feb +DataBaseLib.dylib (1) <F5ED35C9-1779-CF0D-BD50-0BC162D96A31> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/DataBaseLib.dylib
    0x16c5000 -  0x1b17ff7 +PublicLib.dylib (1) <FE41768D-FB5A-4216-E941-409BE23643CD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/PublicLib.dylib
    0x1c44000 -  0x1c5bffb +com.adobe.AFL (AdobeAFL 1.0.0 - 1.0) <3B7A1817-3CA4-BEAA-A44A-5A9B5D664E93> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1c6c000 -  0x1c78ff7 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <56B14206-3221-D261-2B01-F91074D192FC> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x1c95000 -  0x1c9dfef +libtbbmalloc.dylib (0) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x1caa000 -  0x1cc9fff +libtbb.dylib (0) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/libtbb.dylib
    0x1cde000 -  0x1ce6fef +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <088B6233-3B58-D51A-4609-1FF7F462B1D3> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x1cfd000 -  0x1e3dfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x1eaf000 -  0x1eb2ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120720) <A6503206-E545-4C47-B725-D6658C3E0BF5> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x1eba000 -  0x2bffff7 +libicudata.40.0.dylib (40) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x2c12000 -  0x2d47fe7 +libicui18n.40.0.dylib (40) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x2dbb000 -  0x2eacfef +libicuuc.40.0.dylib (40) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x2ee9000 -  0x2f5bfef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2f68000 -  0x304aff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x3059000 -  0x3121fe7 +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <E124FC44-4A5C-A3C5-C7E2-0631F1D6E628> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x31c7000 -  0x31c8ff7 +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <957930FC-D7B3-FAEA-0075-63C7B0E59070> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x31cf000 -  0x326dfe3 +libicucnv.40.0.dylib (40) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x328f000 -  0x3296ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x9661000 -  0x9664ffa  libCGXType.A.dylib (599.25.10.1) <FAA0A87E-0E30-3787-88F0-D0CD8F5661A2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x966c000 -  0x966dffd  com.apple.textencoding.unicode (2.6 - 2.6) <27946D57-CEFB-3EF1-B124-4A39D2621738> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x9673000 -  0x9674ff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x96b3000 -  0x96c1fff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9a2c000 -  0x9a5efe3 +com.adobe.Reader for DOCX (Reader for DOCX 5.6.0.19506 - 5.6.0.19506) <BE1E7785-EB91-BA70-DFE5-6077B90E58AC> /Applications/Adobe InDesign CS6/*/Reader for DOCX
    0x9a67000 -  0x9af5ffb +com.adobe.AdobeSangamML (AdobeSangamML 5.6.0.19506 - 5.6.0.19506) <50915543-BBBF-63F6-05D1-28D484194BBD> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
    0x9b16000 -  0x9b29ff7 +com.adobe.AdobeSFL (AdobeSFL 1.1.0.18561 - 1.1.0.18561) <5A153C87-DD7A-CE28-2E93-7DC120D4244F> /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
    0x9bb6000 -  0x9bc8ffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9bcc000 -  0x9bd4ff7  libCGCM

    Turns out this is a known bug in InDesign 8.0.2.413.
    Awaiting a fix from Adobe

  • Open transactions (Total Balance due = 0)

    dears, i need your help with the following :
    we want a query which provide us with open transactions...
    what i mean with open transactions is the transactions where their Total Balance due = 0 from transaction screen..
    i tried to get the tables from the screen but nothing returned this value
    can you help me with that??
    thanks

    Hi.
    Run the following query:
    SELECT
    trx_number,
    amount_due_original,
    amount_due_remaining
    FROM ar_payment_schedules_all
    WHERE status = 'CL'
    AND class in ('INV', 'DM', 'CM')
    Octavio

  • Word, PowerPoint and Excel Crash when opening Files from Sharepoint Site.

    Hello,
    I am in the process of rolling out office 2013 company wide. I have started with a batch of test users and a few including myself are reporting various office apps crashing with opening files from our SharePoint site. Although at times it will crash outside
    of the site. 
    I have tired running each app in various modes (Safe-mode, Compatibility mode ect) but the same results keep happening. Although it does not happen all the time on other users machines its more frequent. If i download the file and open it locally this does
    not appear to happen. 
    We are all running Office 2013 SP1 32bit on Windows 7 Machines. 
    One Common issue they everybody seems to have always points to "Faulting module path: C:\Windows\system32\VBScript.dll". I have done some digging but have not encountered any solution that points to this file. We constantly stay current on the
    latest updates from MS.
    Any suggestions would be very helpful.  
    Faulting application name: POWERPNT.EXE, version: 15.0.4701.1001, time stamp: 0x54e30979
    Faulting module name: VBScript.dll, version: 5.8.9200.17267, time stamp: 0x54e80d2c
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x235c
    Faulting application start time: 0x01d05cfec4e68efd
    Faulting application path: C:\PROGRA~2\MICROS~2\Office15\POWERPNT.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 06a26b9a-c8f2-11e4-82f5-f01faf3ff4e9 
    Faulting application name: EXCEL.EXE, version: 15.0.4693.1000, time stamp: 0x54b5cf28
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x10c0
    Faulting application start time: 0x01d0591c4e4be9d4
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 991c342e-c50f-11e4-bb22-f01faf3ff4e9
    Faulting application name: WINWORD.EXE, version: 15.0.4693.1000, time stamp: 0x54b5d322
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x18ac
    Faulting application start time: 0x01d058110aaeea68
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 49c2fed2-c404-11e4-adfe-f01faf3ff4e9
    In some instances even outlook will crash as well although I think this is unrelated to sharepoint. 
    Faulting application name: OUTLOOK.EXE, version: 15.0.4693.1000, time stamp: 0x54b5d37b
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x113c
    Faulting application start time: 0x01d05911e9f9cde2
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: bb795581-c508-11e4-bb22-f01faf3ff4e9

    Bump - Wondering if anybody has seen this before?

  • I have Mozilla Firefox as my browser vs Internet explorer. This morning when I tried to open Mozilla after several attempts it said it had crashed with a window that I could check the box to send the report to Mozilla but it wont even let me send the repo

    have Mozilla Firefox as my browser vs Internet explorer. This morning when I tried to open Mozilla after several attempts it said it had crashed with a window that I could check the box to send the report to Mozilla but it wont even let me send the report I can get on the internet with explorer but dont want to go back to that so would I just delete mozzila and start all over or will that not clear up the problem? Im lost help

    Have you tried any of the solutions in [[Firefox crashes when you open it]]?

  • Applications Crash After Use Of Open/Save/Pick File or Folder Dialog

    Hi, all.
    This has been a problem since I installed 10.6 (the day it was released).
    The 10.6.1 helped somewhat, but this is still a real problem.
    I'll describe what happnes:
    I'll be in a program (any program: MS Word, TextEdit, Safari, anything) and I'll use any of the following dialogs:
    -Open
    -Save Pick
    --a-file
    -Pick-a-folder
    or anything like that.
    Then, never during the time I'm using the dialog, always soon (there's often a delay of a few seconds) afterward, I'll get a message saying that the program quit unexpectedly. It says that an error report has been sent, and gives me the option the reopen the program or ignore the quit. (Except MS Word; it has it's own error reporting system).
    Now, this is a BAD program because it happens when I save something.
    It is important for me to note that this doesn't happen all the time. Some programs seem more stable than others, and some file formats (the one I select) stabler than others. Also, it seems that (at least with Safari) I can do things to reduce the likelihood of this crash happening. Sometimes opening using Rosetta helps. Sometimes 64-Bit helps. Sometimes disabling the cache helps.
    It all seems pretty random.
    Bottom line: this is REALLY annoying, especially when it occurs after use of the save dialog. Apple needs to fix this.
    Is there a way for me to fix this myself?
    Apple Hardware Test comes out clean. No problems with my startup disk, as far as I know.
    It is nice to have QuickLook available in these dialogs, but if that's what's causing the problem, it'd be worth it to me to disable it. Any way to do that, just to try?
    Anyone have any other ideas?
    Thanks!
    -Nate

    Thanks for the reply and info!
    All right, so I found crash reports for each recent such crash.
    Here's the most recent one, caused by either an open or a save (I can't remember which) dialog. I think I clicked Cancel on that dialog, but it crashed anyway. Here's the part of the log you mentioned (Sorry for the links in that, they aren't supposed to be there, and I sure didn't make them myself):
    The .crash file can be found here.
    Process: TextEdit [550]
    Path: /Applications/TextEdit.app/Contents/MacOS/TextEdit
    Identifier: com.apple.TextEdit
    Version: 1.6 (264)
    Build Info: TextEdit-2640000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [93]
    Date/Time: 2009-10-10 08:09:47.315 -0700
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff85b7eff6 __kill + 10
    1 libSystem.B.dylib 0x00007fff85c20072 abort + 83
    2 libSystem.B.dylib 0x00007fff85b37095 free + 128
    3 com.apple.DesktopServices 0x00007fff8571fcbe TFSInfo::~TFSInfo() + 38
    4 com.apple.DesktopServices 0x00007fff85720195 TFSInfo::RemovePtrReference() + 37
    5 com.apple.DesktopServices 0x00007fff85738114 TNode::IsUnresolved() const + 52
    6 com.apple.DesktopServices 0x00007fff8572cc40 TNode::SetAliasTarget(TNodePtr const&, bool) + 246
    7 com.apple.DesktopServices 0x00007fff8575c185 TNode::ClearAliasTarget(bool) const + 55
    8 com.apple.DesktopServices 0x00007fff8575ceca TNode::RemoveSelf(TNodeEventPtrSet&) + 170
    9 com.apple.DesktopServices 0x00007fff8575d347 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 473
    10 com.apple.DesktopServices 0x00007fff8575d400 TNode::RecursivelyRemoveAllChildren(bool) const + 72
    11 com.apple.DesktopServices 0x00007fff8575dc8a TNode::Finalize(TNodePtr*&) + 58
    12 com.apple.DesktopServices 0x00007fff8575df09 TNode::Finalize() + 229
    13 com.apple.DesktopServices 0x00007fff85775dd4 NodeContextClose + 466
    14 com.apple.AppKit 0x00007fff8645e73b _NSSavePanelContextEnd + 66
    15 com.apple.Foundation 0x00007fff8003b500 __NSFireDelayedPerform + 404
    16 com.apple.CoreFoundation 0x00007fff82207a78 __CFRunLoopRun + 5480
    17 com.apple.CoreFoundation 0x00007fff8220603f CFRunLoopRunSpecific + 575
    18 com.apple.HIToolbox 0x00007fff8315dc4e RunCurrentEventLoopInMode + 333
    19 com.apple.HIToolbox 0x00007fff8315da53 ReceiveNextEventCommon + 310
    20 com.apple.HIToolbox 0x00007fff8315d90c BlockUntilNextEventMatchingListInMode + 59
    21 com.apple.AppKit 0x00007fff85db1520 _DPSNextEvent + 718
    22 com.apple.AppKit 0x00007fff85db0e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    23 com.apple.AppKit 0x00007fff85d76a7d -[NSApplication run] + 395
    24 com.apple.AppKit 0x00007fff85d6f798 NSApplicationMain + 364
    25 com.apple.TextEdit 0x0000000100000fb8 0x100000000 + 4024
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff85b49b16 kevent + 10
    1 libSystem.B.dylib 0x00007fff85b4ba19 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85b4b6d6 dispatch_queueinvoke + 195
    3 libSystem.B.dylib 0x00007fff85b4b1f6 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff85b4ab28 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff85b4a94a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85b4ad5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff85b4a94a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85b4ad5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff85b749f2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff82228252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff85b69f66 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff85b69e19 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000004 rcx: 0x00007fff5fbfe2c8 rdx: 0x0000000000000000
    rdi: 0x0000000000000226 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe2e0 rsp: 0x00007fff5fbfe2c8
    r8: 0x0000000000000e03 r9: 0x0000000000000000 r10: 0x00007fff85b7b036 r11: 0x0000000000000206
    r12: 0x0000000100847600 r13: 0x0000000100043000 r14: 0x0000000000000000 r15: 0x00000001001bad10
    rip: 0x00007fff85b7eff6 rfl: 0x0000000000000206 cr2: 0x0000000100401000
    And, now that you mention it, yes: there are aliases in the CrashReporter folder to some of the crash files in the DiagnosticReports folder. Oddly, only those that belong to AppleScript Editor are present.
    As for the system.log:
    Here's what happens right after one of the crashes (Again, sorry for the mystery links):
    Oct 10 17:30:15 nathan-greensteins-macbook com.apple.launchd.peruser.501[97] ([0x0-0x36036].com.apple.TextEdit[463]): Job appears to have crashed: Segmentation fault
    Oct 10 17:30:16 nathan-greensteins-macbook ReportCrash[546]: Saved crash report for TextEdit[463] version 1.6 (264) to /Users/ngreenst/Library/Logs/DiagnosticReports/TextEdit2009-10-10-173016nathan-greensteins-macbook.crash
    So, what's a Segmentation Fault? That looks like the problem right there.
    Thanks again!
    -Nate

Maybe you are looking for

  • HT4910 How do I transfer everything from my old iPhone 4 to my iPhone 4s?

    How do I transfer everything from my old iPhone 4 to my iPhone 4s?

  • SQL select error

    Hi, I tried the following.. statement.executeQuery("select pathloss from PathLossTable where srcx =" + x_coordinate + "AND (srcy = " + y_coordinate + ") AND (destx = " + bsPosX + ") AND (desty = " + bsPosY+")"); x_coordinate, y_coordinate, bsPoxX and

  • Update SWC dependencies in Enterprise Repository 7.1

    Hi All, We are running PI 7.1.  I have updated the swc dependency in the SLD for an existing swc.  How do I update the SWC in PI 7.1 Enterprise Repository so that the dependency is active?  I know in previous versions, we just re-imported the swc but

  • Radio Application doesnt work

    Hello, I donwloaded radio application. But i can not get it worked. It says: "error: java.io.IOexception: Required radio is not active" what does it mean? What do I need to do to get it worked? Can someone help? Thank you very much for the help..

  • I have compose render proplems in AE CS6

    i used to render easy in a lot of videos but this one i added some composes into it and ended my work and it was like that but when i started render in normal settings hope some1 help me fast