Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881815 - net-misc/rabbitmq-server-3.11.2 crashes immediately after starting
Summary: net-misc/rabbitmq-server-3.11.2 crashes immediately after starting
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 905791
  Show dependency tree
 
Reported: 2022-11-18 17:45 UTC by Michał Górny
Modified: 2023-05-06 05:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output from starting rabbitmq-server (rabbitmq.log,13.92 KB, text/plain)
2022-11-18 17:45 UTC, Michał Górny
Details
erl_crash.dump.xz (erl_crash.dump.xz,89.99 KB, application/x-xz)
2022-11-18 17:46 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-11-18 17:45:57 UTC
Created attachment 833455 [details]
Output from starting rabbitmq-server

Honestly, I have no clue about rabbitmq.  I've noticed this because the test suite of dev-python/pika tries to start the server, and it threw a huge backtrace immediately.  I can reproduce when executing rabbitmq-server directly.

I'm attaching the output.  I'll also attach erl_crash.dump compressed.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-11-18 17:46:34 UTC
Created attachment 833457 [details]
erl_crash.dump.xz
Comment 2 Tom Gillespie 2022-12-13 22:30:02 UTC
A quick fix for this is to move/remove /var/lib/rabbitmq/mnesia. The problem seems to be that there is a migration step required. I assume that folks that actually run rabbitmq know how to do this, but for the rest of us that don't care about persisting the datastore this fix should be sufficient.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-05-06 05:03:40 UTC
Nope, still crashing.

Mind you, I'm only trying to run pika's test suite, and FWICS src_test() is using a fresh directory anyway.