Code Monkey home page Code Monkey logo

Comments (5)

GWicarus avatar GWicarus commented on July 24, 2024

I'm having the same problem with a 62 GB file on Win 7 x64. Get's to 26% and then throws the same error. Unfortunately there's some sensitive data in the file so I probably won't be able to upload it.

from glogg.

bilbothebaggins avatar bilbothebaggins commented on July 24, 2024

Same problem for me with an ~ 800MB file that contains 86,453,666 lines (wc utility is your friend).
Crash at 76 % with "This app has requested the runtime to terminate ..."

When attaching a debugger before the crash, I get the following output in the debugging window:

Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.

The call stack of the crash (abort() really) is at:
...
msvcrt.dll!_abort() + 0x26 bytes
QtCore4.dll!6a3d6c6d()
...

Since I don't have symbols for the QtCore4.dll you ship, I can't investigate further atm.

Looking at the memory consumption of glogg.exe, Virtual Size is at 675MB and Working Set is at 570MB, so it would seem that it's not directly memory related, since there is sstill headroom for a 32bit process with these values.

from glogg.

nickbnf avatar nickbnf commented on July 24, 2024

Thanks for all the reports, I think I do understand the issue now, this is a lack of memory condition when creating the index which for some reason is not caught by the current code. I'll try and fix that quickly. The problem is the size of the index (8 bytes per line) effectively put a limit on the size of files that can be loaded. Maybe we could consider working without an index if the file is really big, but it's difficult to maintain all functionalities....

from glogg.

bilbothebaggins avatar bilbothebaggins commented on July 24, 2024

I think you should consider moving the tool to 64bit, that way, only the physical memory would limit the tool. Have you ever tried compiling it for 64bit? Were there any problems?

from glogg.

nickbnf avatar nickbnf commented on July 24, 2024

This should have been fixed a while ago.

from glogg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.