Summary: | app-misc/mc race condition when creating tmp dir | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Amadeusz Sławiński <amade> |
Component: | Current packages | Assignee: | Alex Alexander (RETIRED) <wired> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | desktop-misc, polynomial-c, slyfox |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://www.midnight-commander.org/ticket/3025 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | proposed patch fixing this issue for me |
Description
Amadeusz Sławiński
2013-03-10 16:11:26 UTC
Created attachment 341554 [details]
proposed patch fixing this issue for me
Does upstream know about this? I tried registering at their bugzilla but captcha seems to be broken Sorry for not coming back to this bug earlier. Can you please explain ho to reproduce this reliably? I've tried to reproduce it but to no avail. I noticed the issue when testing this patch https://lists.gnu.org/archive/html/screen-devel/2012-02/txtQZH3kEd5uw.txt However I can also reproduce it with something like this: `urxvt -e mc & urxvt -e mc` one of them seems to usually not start (in case they both start then remove /tmp/mc-$USERNAME and try again) and proposed patch fixes that. Reported upstream (see URL). Thanks for all your efforts. As soon as upstream approves your patch or comes with a different one we gonna fix this bug in Gentoo. +*mc-4.8.8-r2 (09 Jul 2013) + + 09 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> -mc-4.8.1-r1.ebuild, + -mc-4.8.8.ebuild, +mc-4.8.8-r2.ebuild, mc-9999.ebuild, + -files/mc-4.8.1-fix-vfs-test.patch, -files/mc-4.8.1-muldefs.patch, + -files/mc-4.8.1-muldefs-in.patch, + +files/mc-4.8.8-race_cond_create_tmp_dir.patch, + +files/mc-4.8.8-wrong_char_in_menu_file.patch: + Revision bump to fix bug #403863 and bug #461284. Fixed unquoted variable in + live ebuild. Removed old versions. + |