Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-4962

DYLD_IMAGE_SUFFIX=_debug makes application crash on Mac OS X - Snow Leopard

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P1: Critical
    • 4.6.0, 4.7.1
    • 4.5.3
    • Build tools: qmake
    • None
    • macOS

    Description

      When setting DYLD_IMAGE_SUFFIX=_debug to be able to debug an application on Mac OS X - 10.6 then it crashes when the libs
      libSystem.B_debug.dylib and libmx.A_debug.dylib in in usr/lib are loaded.

      Renaming these libs seems to solve the problem.

      zeppelin-2:application bene$ DYLD_IMAGE_SUFFIX=_debug ./application.
      application.app/ application.pro application.pro.user application.qrc
      zeppelin-2:application bene$ DYLD_IMAGE_SUFFIX=_debug ./application.app/Contents/
      Frameworks/ Info.plist MacOS/ PkgInfo PlugIns/ Resources/
      zeppelin-2:application bene$ DYLD_IMAGE_SUFFIX=_debug ./application.app/Contents/MacOS/application
      Abort trap
      zeppelin-2:application bene$ ./
      .moc/ .obj/ .pch/ .rcc/ Contents/ application.app/ images/ qtc-gdbmacros/
      zeppelin-2:application bene$ ./application.app/Contents/MacOS/application
      zeppelin-2:application bene$ DYLD_IMAGE_SUFFIX=_debug ./application.app/Contents/MacOS/application

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sorvig Morten Sørvig
              sanonymous Nokia Qt Support (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes