mc-2006-07-12-22 bug report



$ ./mc -V
Warning: file /usr/local/share/mc/extfs/extfs.ini not found
Warning: file /usr/local/share/mc/extfs/sfs.ini not found
GNU Midnight Commander 2006-07-12-22
Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish
With builtin Editor
Using included S-Lang library with terminfo database
With subshell support as default
With support for background operations
With mouse support on xterm
With support for X11 events
With internationalization support
Data types: char 8 int 32 long 32 void * 32 off_t 64 ecs_char 8

$ gdb ./mc
(gdb) run

here I try to copy one file from my local filesystem to a ftp one

(gdb)
Program received signal SIGSEGV, Segmentation fault.
│    │       │            │
0x080be9e0 in vfs_s_generate_entry (me=0x81043c0, name=0x81b69f0 "WA",
parent=0x0, mode=493) at direntry.c:179   │            │
179         inode = vfs_s_new_inode (me, parent->super, st); 


(gdb) where              │
│    │       │            │
#0  0x080be9e0 in vfs_s_generate_entry (me=0x81043c0, name=0x81b6c18
"WA", parent=0x0, mode=493) at direntry.c:179            │
#1  0x080bf832 in vfs_s_open (me=0x81043c0, file=0xffffffed <Address
0xffffffed out of bounds>, flags=577, mode=384)          │
    at direntry.c:755    │
│    │       │            │
#2  0x080c2eb8 in mc_open (filename=0x81b66e8
"/#ftp:XXXXXXXX XXX XXXXXXXX XX/WA", flags=577) at vfs.c:342      │
│
#3  0x080671ec in copy_file_file (ctx=0x81a2d70, src_path=0x81b5c68
"/home/enrico/scan",  │
    dst_path=0x81b66e8 "/#ftp:XXXXXXXX XXX XXXXXXXX XX/WA",
ask_overwrite=1, progress_count=0xbff507c8, │       │            │
    progress_bytes=0xbff507c0, is_toplevel_file=1) at file.c:613
│       │            │
#4  0x08068ce5 in panel_operate (source_panel=0x81a31f8,
operation=OP_COPY, force_single=0) at file.c:1886       │            │
#5  0x0805c54b in copy_cmd () at cmd.c:310       │            ││
│       │            │
#6  0x080973b3 in buttonbar_call (bb=Variable "bb" is not available.
│       │            │
) at widget.c:2279                       │       │            ││
│       │            │
#7  0x080975e9 in buttonbar_callback (w=0x81a6000, msg=WIDGET_HOTKEY,
parm=1005) at widget.c:2301        │       │            │
#8  0x08062540 in dlg_process_event (h=0x819c4e0, key=1005,
event=0xbff508a0) at dialog.c:614            │       │            │
#9  0x0806294f in run_dlg (h=0x819c4e0) at dialog.c:785       ││
│       │            │
#10 0x08078724 in main (argc=1, argv=0xbff519f4) at main.c:1675│

end bugreport.
Cheers, enrico.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]