-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash on startup (SIGSEGV) with MALLOC env variables #3846
Comments
"Ctrl-x + g" is unbound by default. Do you mean "Ctrl-x + q"? |
From looking at the backtrace and valgrind report its sounds very much like #3700 to me (use after free in vfs_path_free), but with quick view panel involved now. Also, set field the version correctly. |
|
FYI, Denis has just confirmed
|
|
Please test the attached 3846_mcview_hook.patch. |
Hi Andrew! Paul says that the patch has solved the problem for him. See the Debian ticket for the details. Many thanks! |
Branch: 3846_mcview_hook |
Left a typo fix comment on github. |
|
|
Important
This issue was migrated from Trac:
narcan
(debian@…-briand.fr)Step to reproduce:
$ MALLOC_PERTURB_=254 MALLOC_CHECK_=2 mc
then during the startup: hit "Ctrl+x g" keys combo
Important: you must hit "Ctrl+x g" keys before the panels are displayed.
To reproduce this long start, the user has got 370 sub-directories in the current directory.
see https://bugs.debian.org/870728 for more details
valgrind report attached
Thank you
Denis Briand
Note
Original attachments:
zaytsev
(@zyv) onAug 5, 2017 at 8:08 UTC
andrew_b
(@aborodin) onAug 5, 2017 at 17:37 UTC
The text was updated successfully, but these errors were encountered: