Code Monkey home page Code Monkey logo

Comments (8)

mpickering avatar mpickering commented on August 15, 2024

@maoe What does ghc-events inc show? Does it show a lot of 0: create thread 0 events?

from ghc-events.

maoe avatar maoe commented on August 15, 2024

Does it show a lot of 0: create thread 0 events?

No, not really.

unselfish.ghc-events-inc.txt

Unfortunately I don't have time to debug this today. Please feel free to take a look if you're interested.

from ghc-events.

maoe avatar maoe commented on August 15, 2024

@Unselfish I looked into https://github.com/haskell/ThreadScope/files/4376429/log4.txt briefly and found that the header of the file seemed broken.

If you look at hexdump of log4.txt, the beginning of the file looks like this:

  Offset: 0001 0203 0405 0607 0809 0A0B 0C0D 0E0F 	
00000000: 6864 7262 6865 7462 6574 6200 0000 0004  hdrbhetbetb.....
00000010: 0000 000A 0D43 7265 6174 6520 7468 7265  .....Create.thre
00000020: 6164 0000 0000 6574 6500 6574 6200 0001  ad....ete.etb...

The first row (00000000) seems fine. The problem I think is the second row (00000010). The first 4 bytes of the row is a Word32 which represents the length of the next field, which is the string describing the event, "Create thread". The value is 0A here, which is 10 in decimal. This doesn't match the length of Create thread, which is 13! Actually if you truncate the 0A from the second row with a binary editor, ghc-events successfully parses the whole eventlog header. It still fails to parse the following events though.

While I haven't looked at the other eventlogs yet, I suspect your GHC or something (storage layer or memory modules?) is not working correctly. Can you try different versions of GHC or run the same program on a different machine, and see if the issue persists?

from ghc-events.

ttuegel avatar ttuegel commented on August 15, 2024

I see this error on Linux when the eventlog'd program is run with a large environment (about 69 kb, but I suspect the magic number is 2^16 bytes).

from ghc-events.

maoe avatar maoe commented on August 15, 2024

@ttuegel What do you mean by a large environment?

from ghc-events.

ttuegel avatar ttuegel commented on August 15, 2024

@maoe A large process environment, the environment variables. The ProgramEnv constructor of EventInfo.

from ghc-events.

maoe avatar maoe commented on August 15, 2024

@ttuegel I see. You're right that a payload of an eventlog message is limited to 2^16 bytes. See postPayloadSize in the RTS. This feature was removed as of GHC 8.8.1 though.

And I suppose this issue is something different because as I explained earlier the eventlog (https://github.com/haskell/ThreadScope/files/4376429/log4.txt) has a broken event header (rather than a payload).

from ghc-events.

mpickering avatar mpickering commented on August 15, 2024

You can also run into this overflow if you have a command line longer than 2^16.

from ghc-events.

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.