Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 4.7.4 Shared - Heap exceptions in Webkit when trying to start the application
Forum Updated to NodeBB v4.3 + New Features

Qt 4.7.4 Shared - Heap exceptions in Webkit when trying to start the application

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    EmmanuelVerlynde
    wrote on last edited by
    #1

    Hi,

    I've trying to build a simple application with only a qwebview into the centralwidget and none code.

    When Qt is build in shared mode / opensource / without ms c runtime dependency (win32-msvc 2008), the application hang when the qwebview is instantiate. Some heap problems appears in the webkit library.

    I need to build a little application with webkit without dependency to c runtime due to deployment restrictions (can't use an installer).

    Did someone has already fix this problem?
    Below my configure command to build Qt 4.7.4 SDK,

    configure -platform win32-msvc2008 -opensource -static -debug-and-release -no-qt3support -no-phonon -no-multimedia -no-audio-backend -no-declarative -no-declarative-debug -exceptions -no-fast -no-dbus -nomake demos -nomake examples -no-crt -no-vcproj -no-opengl -no-sql-sqlite -no-scripttools -mp -stl -rtti -qt-gif -qt-zlib -qt-libjpeg -qt-libpng -webkit -prefix "c:\QtSDK\Desktop\Qt\4.7.4" -openssl-linked -I "c:\openssl\include" -L "c:\openssl\lib" -l gdi32 -l libeay32 -l ssleay32 -l winmm -l version -l advapi32

    my openssl (1.0.0e) library is also build prior to Qt without the crt dependancy,

    CFLAG= /MT ... instead of /MD

    Thanks.

    1 Reply Last reply
    0
    • E Offline
      E Offline
      EmmanuelVerlynde
      wrote on last edited by
      #2

      The true command line is,

      configure -platform win32-msvc2008 -opensource -shared -debug-and-release -no-qt3support -no-phonon -no-multimedia -no-audio-backend -no-declarative -no-declarative-debug -exceptions -no-fast -no-dbus -nomake demos -nomake examples -no-crt -no-vcproj -no-opengl -no-sql-sqlite -no-scripttools -mp -stl -rtti -qt-gif -qt-zlib -qt-libjpeg -qt-libpng -webkit -prefix “c:\QtSDK\Desktop\Qt\4.7.4” -openssl-linked -I “c:\openssl\include” -L “c:\openssl\lib” -l gdi32 -l libeay32 -l ssleay32 -l winmm -l version -l advapi32

      it's in this case that the application hang with the exception.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved