Re: Midnight Commadner 4.5.11 has been released




>From: Miguel de Icaza <miguel@nuclecu.unam.mx>

>   This is a bug fix release, lots of bugs are fixed (mostly on the
>GUI version).  Check if your favorite bug is gone, I bet it went away.
>I really do.


2 *new* problems found.

First, to even get it to compile (on Solaris 2.6 anyway) I had to change 
gnome/gnome-file-property-dialog.c in apply_name_change(), starting at 1069, and 
replace the 2 uses of rindex() with strchr().  Not doing this broke the compile, 
as the compiler didn't think the result of the rindex() was a pointer or array 
for which you could do a [0] at 1076.  Oddly, you already also use strchr() in 
this function, they're of identical function, and strchr() "is preferred", 
apparently?  Dunno what the compiler *thought* rindex() returns =OZ

Anyway, then it builds.  But it crashes on startup again, this time at:

#0  0xb5a78 in gtk_dtree_contains (dtree=0x2400d8, parent=0x2400d8, 
    text=0x190896 "+auto_home") at gtkdtree.c:87
#1  0xb5d4c in gtk_dtree_load_path (dtree=0x2400d8, path=0x1695d8 "/home", 
    parent=0x2400d8, level=0) at gtkdtree.c:143
#2  0xb5da8 in gtk_dtree_load_path (dtree=0x2400d8, path=0x1053f0 "/", 
    parent=0x16e1e4, level=1) at gtkdtree.c:149
#3  0xb6fb8 in gtk_dtree_load_root_tree (dtree=0x2400d8) at gtkdtree.c:504
#4  0xb7538 in gtk_dtree_construct (dtree=0x2400d8) at gtkdtree.c:624
#5  0xb7588 in gtk_dtree_new () at gtkdtree.c:634
#6  0xb1b68 in panel_create_tree_view (panel=0x21ac70) at gscreen.c:2122
#7  0xb25b8 in x_create_panel (h=0x20ef58, parent=2158544, panel=0x21ac70)
    at gscreen.c:2338
#8  0x3787c in panel_callback (h=0x20ef58, panel=0x21ac70, msg=0, par=0)
    at screen.c:2292
#9  0x31758 in send_message (h=0x20ef58, w=0x21ac70, msg=0, par=0) at dlg.c:382
#10 0x317f4 in dlg_broadcast_msg_to (h=0x20ef58, message=0, reverse=0, 
    flags=-1) at dlg.c:408
#11 0x31878 in dlg_broadcast_msg (h=0x20ef58, message=0, reverse=0)
    at dlg.c:420
#12 0x3250c in init_dlg (h=0x20ef58) at dlg.c:795
#13 0x32724 in run_dlg (h=0x20ef58) at dlg.c:899
#14 0x9c22c in create_panels () at gmain.c:544
#15 0x2b454 in setup_mc () at main.c:1826
#16 0x2c048 in do_nc () at main.c:2191
#17 0x2d0d8 in main (argc=1, argv=0xffbef0dc) at main.c:3030

Looks to me like my NIS+/automount configuration causes this again - are you 
expecting the path text to always *be* a path, and not a "+auto_home" pointer to 
the automount config?

Hope this helps - I'm backing down to 4.5.10 for now, as it works for me ;O)

Ta,

-------My opinion - Not sane, intelligent or necessarily useful-------
o o                                      mailto:Moredhel@earthling.net 
/v\ark R. Bowyer.  http://i.am/Moredhel  mailto:Mark.Bowyer@UK.Sun.COM
`-'                                             I'm the dots in .co.uk



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