Uploaded image for project: 'OpenVDB'
  1. OpenVDB
  2. OVDB-108

Houdini Plugin causing segfaults with tbb_malloc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • Houdini
    • None

      MacOs Mojave 10.14.5
      Houdini 17.5.293 (apprentice)
      Using standard CMake settings, building and installing the houdinig plugin, open happrentice and immediately close causes the following stack trace:

      Houdini FX Version 17.5.293 [macosx10.13-x86_64-clang9.1-targetosx10.10]
      Uptime 19 seconds
      Caught signal 11
      
      2   libHoudiniUI.dylib                  0x000000010f4b7178 AP_Interface::coreDumpChaser(UTsignalHandlerArg) + 680
      3   libHoudiniUI.dylib                  0x000000010f4b8c3e AP_Interface::si_CrashHandler::chaser(UTsignalHandlerArg) + 46
      4   libHoudiniUT.dylib                  0x000000010fc7aa85 signalCallback(UTsignalHandlerArg) + 549
      5   libHoudiniUT.dylib                  0x000000010ff86450 UT_Signal::processSignal(int, __siginfo*, void*) + 192
      6   libsystem_platform.dylib            0x00007fff5ae83b5d _sigtramp + 29
      7   ???                                 0x0000000000000001 0x0 + 1
      8   libsystem_malloc.dylib              0x00007fff5ae459a0 free + 107
      9   libHoudiniUT.dylib                  0x000000010fd72774 UT::ArraySet<std::__1::pair<UT_StringHolder, FS_Section*>, false, 128ul, UT::MapKeyClearer<UT_StringHolder, FS_Section*>, UT::MapKeyHash<std::__1::hash<UT_StringHolder>, UT_StringHolder, FS_Section*>, UT::MapKeyEqual<std::__1::equal_to<UT_StringHolder>, UT_StringHolder, FS_Section*> >::destroy() + 212
      10  libHoudiniUT.dylib                  0x0000000110b0ef60 FONT_Registry::~FONT_Registry() + 176
      11  libsystem_c.dylib                   0x00007fff5ad3e3cf __cxa_finalize_ranges + 319
      12  libsystem_c.dylib                   0x00007fff5ad3e6b3 exit + 55
      13  libHoudiniUT.dylib                  0x000000010fcbf6cf UT_Exit::doExit(int, bool) + 79
      14  libHoudiniUT.dylib                  0x000000010fcbf6fb UT_Exit::exitWithSpecificCode(int) + 11
      15  libHoudiniUI.dylib                  0x000000010f4bbe85 main + 5253
      16  libdyld.dylib                       0x00007fff5ac983d5 start + 1
      17  ???                                 0x0000000000000001 0x0 + 1
      

      Doesn't occur if CONCURRENT_MALLOC is set to None. More info to be provided.

            Unassigned Unassigned
            nna nna
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: