Crashes in FCP7
Crashes in FCP7
- Subject: Crashes in FCP7
- From: Martin Nedbal <email@hidden>
- Date: Thu, 08 Dec 2016 16:36:56 +0100
Hi,
we are experiencing crashes of FCP7 when the customer is using our
plugin, stacktrace always looks like this:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.FinalCutPro 0x0018a0f7
pKGFileSpecsSame(KGFileSpec*, KGFileSpec*) + 39
1 com.apple.FinalCutPro 0x00490a9c
FindPotentialConformStart(KGClipSegmenterInt*, PlayerSegmentInfo const*,
bool*, long*, unsigned char*, LongGopConformParameters*) + 2030
2 com.apple.FinalCutPro 0x00493153
ClipSegmenterNextLongGopConform(KGClipSegmenterInt*, KGClipSegmentType*,
double*, double*, KGFileRec**, double*, double*, unsigned char, unsigned
char*, LongGopConformParameters*, std_vector<DependencyVectorInfo>*) + 1041
3 com.apple.FinalCutPro 0x004943a8
pKGClipSegmenterNextLongGopConform(KGClipSegmenterInt*,
KGClipSegmentType*, double*, double*, KGFileRec**, double*, double*,
unsigned char, unsigned char*, LongGopConformParameters*) + 78
4 com.apple.FinalCutPro.Plugins.QTM Reader 0x19a9525d
AudioExtractor::~AudioExtractor() + 26553
5 com.apple.FinalCutPro.Plugins.QTM Reader 0x19a9dcc5
PluginMainEntry(long, long, KGDictInt*, void*) + 10675
6 com.apple.FinalCutPro 0x0023db10 ExportClipCore(KGDictInt*,
long, KGDictInt*, KGDictInt*, KGFileSpec*, long, unsigned char) + 3752
7 com.apple.FinalCutPro 0x0023dfcd
pKGExportBatchClip(KGDictInt*, KGDictInt*, KGFileSpec*, long) + 147
8 com.apple.FinalCutPro.Plugins.FCPExtPluginSupport 0x18f5ef2f
InitExternalPluginManager + 8107
9 OctopusFCPPlugin 0x1ea73b2f -[OctopusFCPPlugin
exportClip:] + 863
Our plugin is being used by multiple customers and this is the first
time we had such issue but I'm not saying it is flawless;)
Basic operation is as follows:
- there is a webserver inside the plugin, this gets called from an
external application
- a method is called by performSelectorOnMainThread waitUntilDone:YES
with path information passed to it
- inside this method there is basically only following PROStatus
status = [sequence exportQuickTimeMovie: [NSURL fileURLWithPath:[info
path]] withPreset: [info preset]
withFlags: kPROEMEFDefault | ([info selfContained] == YES ?
kPROEMEFMakeSelfContainedMovie : 0)];
Any ideas where the problem might be?
Thanks a lot.
Regards,
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden