Skip to content

Instantly share code, notes, and snippets.

@yevgenypats
Created October 25, 2019 06:41
Show Gist options
  • Save yevgenypats/2d47f44d113a2e056d610c9ed36755b2 to your computer and use it in GitHub Desktop.
Save yevgenypats/2d47f44d113a2e056d610c9ed36755b2 to your computer and use it in GitHub Desktop.
Autodesk DoS backtrace
# This is patched.
Core was generated by `./ImportScene allcrashes/id:000036,sig:06,src:000000+000042,op:splice,rep:16'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 __memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:245
245 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file or directory.
(gdb) backtrace
#0 __memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:245
#1 0x0000000000833de9 in fbxsdk::FbxString::AssignCopy(unsigned long, char const*) ()
#2 0x00000000008340e1 in fbxsdk::FbxString::FbxString(char const*, unsigned long) ()
#3 0x0000000000a70b74 in fbxsdk::FbxIOFieldInstance::GetValueC(int, bool) const ()
#4 0x0000000000987137 in fbxsdk::FbxIO::FieldReadC() ()
#5 0x00000000009871b9 in fbxsdk::FbxIO::FieldReadC(char const*, char const*) ()
#6 0x000000000098721b in fbxsdk::FbxIO::FieldReadS(char const*, char const*) ()
#7 0x0000000000a27eb3 in fbxsdk::FbxReaderFbx6::ReadNodeAttribute(fbxsdk::FbxNode&, fbxsdk::FbxString&, bool&, fbxsdk::Fbx6TypeReadReferences&) ()
#8 0x0000000000a26efb in fbxsdk::FbxReaderFbx6::ReadNode(fbxsdk::FbxNode&, fbxsdk::FbxString&, fbxsdk::Fbx6TypeReadReferences&) ()
#9 0x0000000000a21b7c in fbxsdk::FbxReaderFbx6::ReadObject(fbxsdk::FbxDocument*, fbxsdk::FbxString&, fbxsdk::FbxString&, fbxsdk::FbxString&, fbxsdk::FbxString&, fbxsdk::FbxObject*, fbxsdk::Fbx6TypeReadReferences&) ()
#10 0x0000000000a217cf in fbxsdk::FbxReaderFbx6::ReadObjectSection(fbxsdk::FbxDocument*, fbxsdk::FbxArray<fbxsdk::Fbx6ObjectTypeInfo*, 16>&, fbxsdk::Fbx6TypeReadReferences&) ()
#11 0x0000000000a1ba30 in fbxsdk::FbxReaderFbx6::Read(fbxsdk::FbxDocument*, fbxsdk::FbxIO*) ()
#12 0x0000000000a1b353 in fbxsdk::FbxReaderFbx6::Read(fbxsdk::FbxDocument*) ()
#13 0x0000000000848c3e in fbxsdk::FbxImporter::ImportProcess(fbxsdk::FbxDocument*) ()
#14 0x0000000000848a29 in fbxsdk::FbxImporter::Import(fbxsdk::FbxDocument*, bool) ()
#15 0x00000000007d394f in LoadScene (pManager=0x24af720, pScene=0x2534fa0, pFilename=0x255e010 "allcrashes/id:000036,sig:06,src:000000+000042,op:splice,rep:16") at /home/yp/fbx/samples/Common/Common.cxx:196
#16 0x00000000007d2619 in main (argc=2, argv=0x7fff3f5f1c58) at /home/yp/fbx/samples/ImportScene/main.cxx:76
## This one is not patched
File: allcrashes/id:000000,sig:06,src:000000,op:havoc,rep:16
FBX file format version for this FBX SDK is 7.7.0
FBX file format version for file 'allcrashes/id:000000,sig:06,src:000000,op:havoc,rep:16' is 6.1.0
Animation Stack Information
Number of Animation Stacks: 0
Current Animation Stack: ""
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment