Skip to content

Crashing regularly with 2.0.7 #36

@mikael-s-persson

Description

@mikael-s-persson

So far, the issues I'm seeing with v2.0.7 manifest in about 50% of my test suite crashing with errors like this (curated and abridged):

2025-09-03T16:14:28.610382437Z ERROR  : pc                  : Received payload could not be parsed on /status_signals, with error: INTERNAL: Received buffer (size 0) is not big enough for the declared size of 6 (4 + 2)!
2025-09-03T16:14:28.610393123Z ERROR  : platform_sounds_task: Received payload could not be parsed on /status_signals, with error: INTERNAL: Received buffer (size 0) is not big enough for the declared size of 6 (4 + 2)!


2025-09-03T16:14:27.380877954Z ERROR  : data_recorder_task  : Failed to stage new message on subspace source '/status_signals' with error: INTERNAL: Received header could not be parsed on /status_signals, with error:
2025-09-03T16:14:27.380877954Z ERROR  : data_recorder_task  :  from source.h:86
2025-09-03T16:14:27.380877954Z ERROR  : data_recorder_task  :  from subspace_source.h:99
2025-09-03T16:14:27.381049702Z ERROR  : pc                  : Failed to stage new message on subspace source '/status_signals' with error: INTERNAL: Received header could not be parsed on /status_signals, with error: 
2025-09-03T16:14:27.381134522Z ERROR  : platform_sounds_task: Failed to stage new message on subspace source '/status_signals' with error: INTERNAL: Received header could not be parsed on /status_signals, with error:
2025-09-03T16:14:27.381134522Z ERROR  : platform_sounds_task:  from source.h:86
2025-09-03T16:14:27.381134522Z ERROR  : platform_sounds_task:  from subspace_source.h:99


2025-09-03T16:14:29.050879062Z ERROR  : sound_player        : Traceback (most recent call last):
2025-09-03T16:14:29.050942683Z ERROR  : sound_player        :   File "mapless/hmi/sound_player.py", line 102, in <module>
2025-09-03T16:14:29.050964072Z ERROR  : sound_player        :     reader = SubspaceReader(
2025-09-03T16:14:29.050983028Z ERROR  : sound_player        :              ^^^^^^^^^^^^^^^
2025-09-03T16:14:29.051000774Z ERROR  : sound_player        :   File "mapless/subspace_tools/subspace_reader.py", line 49, in __init__
2025-09-03T16:14:29.051166652Z ERROR  : sound_player        :     self.subscriber = self.client.create_subscriber(channel_name=channel_name, type=channel_type, reliable=reliable)
2025-09-03T16:14:29.051350990Z ERROR  : sound_player        :                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-09-03T16:14:29.051383967Z ERROR  : sound_player        : RuntimeError: INTERNAL: Failed to open shared memory subspace_3379586623466085_.sound_request_0: No such file or directory

I'm working on getting coredumps and stuff, but posting this as a start, and maybe you recognize the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions