Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184296 - app-misc/mc-4.6.1-r3 segfault
Summary: app-misc/mc-4.6.1-r3 segfault
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Harald van Dijk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 13:37 UTC by Maxim Britov
Modified: 2009-08-05 11:31 UTC (History)
1 user (show)

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


Attachments
bt full (mc-btfull.txt,1.59 KB, text/plain)
2007-07-05 13:38 UTC, Maxim Britov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Britov 2007-07-05 13:37:23 UTC
mc segvs on this files. I don't know about source of filetime here.
$ ls -l MyDownloads/sunbird-0.5.ru.win32.*
-rw------- 1 maxim users 5213374 4607182418800017408 MyDownloads/sunbird-0.5.ru.win32.installer.exe
-rw------- 1 maxim users 6773297 4607182418800017408 MyDownloads/sunbird-0.5.ru.win32.zip

Reproducible: Always
Comment 1 Maxim Britov 2007-07-05 13:38:16 UTC
Created attachment 123957 [details]
bt full
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-07-05 13:41:59 UTC
You should fix your filesystem; the timestamps make no sense and are impossible to reproduce.

Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2007-07-05 21:07:06 UTC
Agreed that fixing the timestamps would be a good idea, but this is easily reproducable and clearly also a bug in mc.

$ touch test
$ perl -e 'utime 0, 4607182418800017408, "test"'
$ mc
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-07-05 21:12:41 UTC
Feel free to fix; this has no maintainer.
Comment 5 Harald van Dijk (RETIRED) gentoo-dev 2007-07-05 21:43:33 UTC
Certainly. Fixed in 4.1.6-r4, thanks for the report.