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

"Advanced Chown" Segmentation fault #2264

Closed
mc-butler opened this issue Jul 8, 2010 · 8 comments
Closed

"Advanced Chown" Segmentation fault #2264

mc-butler opened this issue Jul 8, 2010 · 8 comments
Assignees
Labels
area: core Issues not related to a specific subsystem prio: high Serious problem that could block progress ver: 4.7.3 Reproducible in version 4.7.3
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2264
Reporter masics (masics@….com)

MC if exiting with segmentation fault while trying to change file's permissions.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2010 at 8:21 UTC (comment 1)

Would you provide step-by-step description how to reproduce this bug? It would be fine if you will also provide the backtrace as described in http://www.midnight-commander.org/wiki/doc/tracingCrash

@mc-butler
Copy link
Author

Changed by masics (masics@….com) on Jul 8, 2010 at 8:27 UTC (comment 2)

  1. Start MC
  2. point to any file
  3. Press F9-F-a (Advanced Chown)
  4. press "x" key (trying to make file executable)
  5. MC crashes

Backtrace:
(gdb) bt
#0 0x08079de2 in lookup_keymap_command ()
#1 0x08066240 in dlg_process_event ()
#2 0x080666e0 in run_dlg ()
#3 0x0807a83a in chown_advanced_cmd ()
#4 0x0809cd8a in do_cd ()
#5 0x0809d11a in do_cd ()
#6 0x08067421 in destroy_menu ()
#7 0x08067b21 in menubar_set_menu ()
#8 0x0806657a in dlg_process_event ()
#9 0x080666e0 in run_dlg ()
#10 0x0809dc98 in main ()
(gdb) bt full
#0 0x08079de2 in lookup_keymap_command ()
No symbol table info available.
#1 0x08066240 in dlg_process_event ()
No symbol table info available.
#2 0x080666e0 in run_dlg ()
No symbol table info available.
#3 0x0807a83a in chown_advanced_cmd ()
No symbol table info available.
#4 0x0809cd8a in do_cd ()
No symbol table info available.
#5 0x0809d11a in do_cd ()
No symbol table info available.
#6 0x08067421 in destroy_menu ()
No symbol table info available.
#7 0x08067b21 in menubar_set_menu ()
No symbol table info available.
#8 0x0806657a in dlg_process_event ()
No symbol table info available.
#9 0x080666e0 in run_dlg ()
No symbol table info available.
#10 0x0809dc98 in main ()
No symbol table info available.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2010 at 9:32 UTC (comment 2.3)

  • Version changed from 4.7.2 to 4.7.3

Replying to masics:

  1. press "x" key (trying to make file executable)

Thanks!

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 8, 2010 at 9:56 UTC (comment 4)

  • Owner set to andrew_b
  • Severity changed from no branch to on review
  • Milestone changed from 4.7 to 4.7.4
  • Status changed from new to accepted

Created 2264_advanced_chown_segfault branch. Parent branch is master.
[bd180647914ca29d3194aaf6e13989e9c49a01e0]

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jul 8, 2010 at 10:03 UTC (comment 5)

  • Votes set to slavazanko

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Jul 8, 2010 at 17:42 UTC (comment 6)

  • Severity changed from on review to approved
  • Votes changed from slavazanko to slavazanko angel_il

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 9, 2010 at 6:06 UTC (comment 7)

  • Severity changed from approved to merged
  • Votes changed from slavazanko angel_il to committed-master
  • Status changed from accepted to testing
  • Resolution set to fixed

Merged to master.
[ce12059]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jul 9, 2010 at 6:09 UTC (comment 8)

  • 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: core Issues not related to a specific subsystem prio: high Serious problem that could block progress ver: 4.7.3 Reproducible in version 4.7.3
Development

No branches or pull requests

2 participants