Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Segmentation Fault at the very end of InDesign Execution

Community Beginner ,
Sep 01, 2014 Sep 01, 2014

Hi Plugin-Developers,

I am currently working on a InDesign Plugin (CS6, CC and CC 2014) which works quite nicely and also stable. But whenever I close InDesign everything is saved to the document and at the very very end I get a Segmentation Fault. This is not nice to see- luckily no data is lost. I have no possible way to find out what is causing the crash.

Could anyone guide me what could cause such crashes and how to find out the reason for this?

Thank you very much.

Process:    Adobe InDesign CC 2014 [61482]
Path:       /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Adobe InDesign CC 2014
Identifier: com.adobe.InDesign
Version:    10.0.0.70 (10000)
Code Type:  X86-64 (Native)

Parent Process:  launchd [95004]

Date/Time:  2014-09-01 17:51:20.678 +0200
OS Version: Mac OS X 10.7.5 (11G63)

Report Version:  9

Interval Since Last Report:     1248476 sec
Crashes Since Last Report:      63

Per-App Interval Since Last Report:  10869 sec

Per-App Crashes Since Last Report:   13

Anonymous UUID:                 EE34F0E5-0D35-4AA3-AAB1-1A2705CA224C

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:

-->

__TEXT            000000010a21b000-000000010a221000 [   24K] r-x/rwx SM=COW  /Applications/Adobe InDesign CC 2014/Adobe InDesign CC 2014.app/Contents/MacOS/Adobe InDesign CC 2014

Application Specific Information:

objc[61482]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0   ???                     000000000000000000 0 + 0
1   ObjectModelLib.dylib    0x000000010e745eca 0x10e744000 + 7882
2   PublicLib.dylib         0x000000010b421e23 MultiControllingUnknown::~MultiControllingUnknown() + 83

3   com.adobe.InDesign.MetaioCC2014    0x0000000114e0494d PageListObserver::~PageListObserver() + 285 (PageListObserver.cpp:148)

4   ObjectModelLib.dylib    0x000000010e74c0b8 0x10e744000 + 32952
5   ObjectModelLib.dylib    0x000000010e745eca 0x10e744000 + 7882
6   PublicLib.dylib         0x000000010b421f9f MultiControllingUnknown::~MultiControllingUnknown() + 79
7   ObjectModelLib.dylib    0x000000010e777993 ShuksanTerminate(IPlugIn*) + 18643
8   ObjectModelLib.dylib    0x000000010e777bda ShuksanTerminate(IPlugIn*) + 19226
9   DataBaseLib.dylib       0x000000010e6d5ded 0x10e6ca000 + 48621
10  DataBaseLib.dylib       0x000000010e6cf0d4 0x10e6ca000 + 20692
11  ObjectModelLib.dylib    0x000000010e777bbb ShuksanTerminate(IPlugIn*) + 19195
12  DV_WidgetBinLib.dylib   0x000000010a269827 DVPanelControlData::~DVPanelControlData() + 359
13  ObjectModelLib.dylib    0x000000010e74c0b8 0x10e744000 + 32952
14  ObjectModelLib.dylib    0x000000010e745eca 0x10e744000 + 7882
15  PublicLib.dylib         0x000000010b421f9f MultiControllingUnknown::~MultiControllingUnknown() + 79
16  ObjectModelLib.dylib    0x000000010e777993 ShuksanTerminate(IPlugIn*) + 18643
17  ObjectModelLib.dylib    0x000000010e777bda ShuksanTerminate(IPlugIn*) + 19226
18  DataBaseLib.dylib       0x000000010e6d5ded 0x10e6ca000 + 48621
19  DataBaseLib.dylib       0x000000010e6cf0d4 0x10e6ca000 + 20692
20  ObjectModelLib.dylib    0x000000010e777bbb ShuksanTerminate(IPlugIn*) + 19195
21  DV_WidgetBinLib.dylib   0x000000010a269827 DVPanelControlData::~DVPanelControlData() + 359
22  ObjectModelLib.dylib    0x000000010e74c0b8 0x10e744000 + 32952
23  ObjectModelLib.dylib    0x000000010e745eca 0x10e744000 + 7882
24  PublicLib.dylib         0x000000010b421f9f MultiControllingUnknown::~MultiControllingUnknown() + 79
25  ObjectModelLib.dylib    0x000000010e777993 ShuksanTerminate(IPlugIn*) + 18643
26  ObjectModelLib.dylib    0x000000010e777bda ShuksanTerminate(IPlugIn*) + 19226
27  DataBaseLib.dylib       0x000000010e6d5ded 0x10e6ca000 + 48621
28  DataBaseLib.dylib       0x000000010e6cf0d4 0x10e6ca000 + 20692
29  ObjectModelLib.dylib    0x000000010e777bbb ShuksanTerminate(IPlugIn*) + 19195

30  com.adobe.InDesign.Application UI    0x00000001170c51bd 0x11708b000 + 238013

31  com.adobe.InDesign.Application UI    0x00000001171ca08a 0x11708b000 + 1306762

32  com.adobe.InDesign.AppFramework    0x0000000116f7c217 0x116e64000 + 1147415

33  com.adobe.InDesign.AppFramework    0x0000000116f7bd23 0x116e64000 + 1146147

34  com.adobe.InDesign      0x000000010a21c78f main + 303
35  com.adobe.InDesign      0x000000010a21c5f4 start + 52
TOPICS
SDK
830
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 01, 2014 Sep 01, 2014

Do you have a debug version of Indesign?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Sep 02, 2014 Sep 02, 2014

No I do not. Where can I get that?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 02, 2014 Sep 02, 2014
LATEST

You can get that at www.partners.adobe.com. But I'm quite sure you must be registered at Adobe's partnership program to be able to log at this site.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines