S_P2
(S P)
March 22, 2024, 9:04am
1
Hello,
Current Mongo version - 3.2.17
OS - Windows 10 - Mongodump command works fine
OS - Redhat linux
While executing mongodump command
mongodump --db=testdb --out=/tmp/test
facing issue as :
fatal error: unrecognized DWARF version in .debug_info at 6
runtime stack:
panic during panic
runtime stack:
stack trace unavailable
What could be the issue for version 3.2.17 on linux?
Kobe_W
(Kobe W)
March 22, 2024, 5:59pm
2
May try mongoexport and mongoimport instead?
mongodump uses a binary version and can cause compability issues between hardware/mongodb versions
S_P2
(S P)
March 26, 2024, 12:53pm
3
mongoexport and mongoimport - works as expected.
Can you please help me find list of mongodump compability issues on various platforms based on versions.
S_P2
(S P)
May 23, 2024, 8:51am
4
Hello,
I am trying mongoexport on OS - Redhat linux facing issues. Hence tried command
mongoexport --help
mongoimport --help
gives output as
fatal error: unrecognized DWARF version in .debug_info at 6
runtime stack:
panic during panic
runtime stack:
stack trace unavailable
Note- mongod --help works fine.