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

double-free complaints in qmake

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.8.x, 5.0.0
    • Build System, Core: I/O
    • None
    • MacOS 10.6.7, Cocoa 64bit.

      When running configure for 4.8 or master, I get loads of these messages:

      qmake(46866,0xa00ba540) malloc: *** error for object 0xbfffb100: pointer being freed was not allocated
      

      The cause for them is that the makefile for qmake contains the following around line 39:

      export MACOSX_DEPLOYMENT_TARGET = 10.4
      

      If you change this to 10.5, the error disappears. It looks like this import forces an older/different realpath(3) to be used. See also stdlib.h line 226 (Snow Leopard).

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

            buddenha Oswald Buddenhagen
            erikv Erik Verbruggen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes