Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 184296

Summary: app-misc/mc-4.6.1-r3 segfault
Product: Gentoo Linux Reporter: Maxim Britov <maxbritov>
Component: Current packagesAssignee: Harald van Dijk (RETIRED) <truedfx>
Status: VERIFIED FIXED    
Severity: normal CC: truedfx
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: bt full

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.