Results 1 to 8 of 8

Thread: QFile::read failing on XP SP3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Location
    Pittsburgh,PA,USA
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QFile::read failing on XP SP3

    I am trying to read a 131MB file on windows XP into a buffer I allocated and I am getting the following error.

    "Insufficient system resources exist to complete the requested service."

    I see in the Qt4.4 source code that the reads are limited to 32MB to try to avoid this problem however I am still hitting it when the source is a network drive. I guess I could ask for even smaller chunks but I need the read to be reliable.

    Ideas? Solutions / workarounds?
    Last edited by drescherjm; 7th April 2009 at 21:56.
    John

Similar Threads

  1. Trying to Install Qt 4.5 on Vista32 with MSVC++ 2008 Express: and Failing
    By GregMalick in forum Installation and Deployment
    Replies: 9
    Last Post: 30th June 2010, 06:35
  2. Failing Builds in msvc2005 -> QT4.4.3
    By plitanium in forum Installation and Deployment
    Replies: 4
    Last Post: 2nd March 2009, 12:39
  3. Qt Failing to Recognize Tablet Pen Clicks Correctly
    By Cris987 in forum Qt Programming
    Replies: 0
    Last Post: 26th August 2008, 01:41
  4. I'm failing with Threading
    By thomaspu in forum Qt Programming
    Replies: 2
    Last Post: 11th January 2008, 19:40
  5. Qt 4.1 install failing on Linux
    By Maxilys in forum Installation and Deployment
    Replies: 11
    Last Post: 14th January 2006, 15:39

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.