Skip to content
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

Segmentation fault when enter to initrd of ALT Linux #3621

Closed
mc-butler opened this issue Mar 16, 2016 · 12 comments
Closed

Segmentation fault when enter to initrd of ALT Linux #3621

mc-butler opened this issue Mar 16, 2016 · 12 comments
Assignees
Labels
area: vfs Virtual File System support prio: medium Has the potential to affect progress
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3621
Reporter asy (a_s_y@….ru)

Attempt to enter to initrd of ALT Linux cause Segmentation fault.

Note

Original attachments:

@mc-butler
Copy link
Author

Changed by asy (a_s_y@….ru) on Mar 16, 2016 at 6:51 UTC

gdb bt full

@mc-butler
Copy link
Author

Changed by asy (a_s_y@….ru) on Mar 16, 2016 at 6:58 UTC (comment 1)

Also pattern should be updated:

--- mc.ext.bak  2016-03-14 23:21:24.000000000 +0400
+++ mc.ext      2016-03-16 10:56:58.009936990 +0400
@@ -221,7 +221,7 @@
        View=%view{ascii} /usr/lib/mc/ext.d/archive.sh view cpio

 # initrd
-regex/^(initramfs.*\.img|initrd\.img(-.+)?)$
+regex/^(initramfs.*\.img|initrd(-.+)?\.img(-.+)?)$
        Open=%cd %p/ucpio://

 # 7zip archives (they are not man pages)

@mc-butler
Copy link
Author

Changed by zaytsev-work (@zyv) on Mar 16, 2016 at 9:27 UTC (comment 2)

Do you have a link where one can download the initrd that caused this backtrace?

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 16, 2016 at 10:04 UTC (comment 2.3)

Replying to zaytsev-work:

Do you have a link where one can download the initrd that caused this backtrace?

I've uploaded the initrd to my home at m-c.o, so you can get it there and move to some public place, e.g. ​https://www.midnight-commander.org/nopaste.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 18, 2016 at 7:58 UTC (comment 4)

  • Status changed from new to accepted
  • Branch state changed from no branch to on review
  • Owner set to andrew_b
  • Milestone changed from Future Releases to 4.8.17

Branch: 3612_cpio_segfault
Initial [df45584f8d9905a540d00b8dcf64b89246e7a0ad]

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Mar 18, 2016 at 11:50 UTC (comment 5)

@andrew_b, the ticket number everywhere should be #3621, not #3612.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 18, 2016 at 12:43 UTC (comment 4.6)

Branch: 3621_cpio_segfault
Initial [126672b40d04221978d44b470dc381b59a0c4c67]

@mc-butler
Copy link
Author

Changed by asy (a_s_y@….ru) on Mar 18, 2016 at 13:07 UTC (comment 7)

I tested it and I seems it works, thanks. Don't forget about regexp pattern please.

@mc-butler
Copy link
Author

Changed by asy (a_s_y@….ru) on Mar 18, 2016 at 13:11 UTC (comment 8)

Don't forget about regexp pattern please.

I see that already, thanks again.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 28, 2016 at 6:05 UTC (comment 9)

  • Branch state changed from on review to approved
  • Votes set to asy andrew_b

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 28, 2016 at 6:09 UTC (comment 10)

  • Status changed from accepted to testing
  • Resolution set to fixed
  • Votes changed from asy andrew_b to committed-master
  • Branch state changed from approved to merged

Merged to master: [50cca69].

git log --pretty=oneline 990f6f1..50cca69

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 28, 2016 at 6:10 UTC (comment 11)

  • Status changed from testing to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: vfs Virtual File System support prio: medium Has the potential to affect progress
Development

No branches or pull requests

2 participants