[bug #13097] Complete: Show All

2005-07-06 Thread Leonard den Ottolander
Update of bug #13097 (project mc): Status:None = Fixed Assigned to: ptsekov = leonardjo Open/Closed:Open = Closed

Re: Problem while viewing rotated log files

2005-07-06 Thread Leonard den Ottolander
Hello Oleg, On Mon, 2005-07-04 at 15:49, Oleg Tarasov wrote: There are 2 ways to implement this situation: 1) if [file] in [manpath-dirs] use groff else use normal viewing 2) if [file] in [logfile-dirs] use normal viewing else use groff Let's see. Most manpages are most commonly

Re: [bug #13536] Filename size limitation in the VFS ?

2005-07-06 Thread Pavel Tsekov
Hello, Did anyone consider looking at this patch ? It is very small in size so it shouldn't be hard to review. Even if it is not going to get into 4.6.1 it could be commited to HEAD. On Sat, 25 Jun 2005, Pavel Tsekov wrote: Follow-up Comment #2, bug #13536 (project mc): Ok, here is the

Re: getgrouplist segfault?

2005-07-06 Thread Anton Monroe
On Sat, Jul 02, 2005 at 03:56:53PM -0500, Anton Monroe wrote: The symptom is that when I try to start MC as root, it immediately gives a segmentation fault. When I start it as a normal user, it works. The only thing I can see that changed on January 30 is something called 'getgrouplist'. I

Re: [bug #13536] Filename size limitation in the VFS ?

2005-07-06 Thread Leonard den Ottolander
Hi Pavel, On Wed, 2005-07-06 at 14:58, Pavel Tsekov wrote: Did anyone consider looking at this patch ? It is very small in size so it shouldn't be hard to review. Even if it is not going to get into 4.6.1 it could be commited to HEAD. I created a tar.bz2 with the reported file names in it

Re: getgrouplist segfault?

2005-07-06 Thread Pavel Tsekov
Hello, On Wed, 6 Jul 2005, Anton Monroe wrote: Pavel Tsekov told me how to do a backtrace. Using cvs HEAD as of July 5, I did (as a normal user) ./autogen.sh CFLAGS=-g -O0 --prefix=/mc make (as root) make install gdb /test/bin/mc | tee gdb.root.out which produced this:

Re: [bug #13536] Filename size limitation in the VFS ?

2005-07-06 Thread Pavel Tsekov
Hello, On Wed, 6 Jul 2005, Leonard den Ottolander wrote: Hi Pavel, On Wed, 2005-07-06 at 14:58, Pavel Tsekov wrote: Did anyone consider looking at this patch ? It is very small in size so it shouldn't be hard to review. Even if it is not going to get into 4.6.1 it could be commited to

[bug #13536] Filename size limitation in the VFS ?

2005-07-06 Thread Leonard den Ottolander
Update of bug #13536 (project mc): Status: Ready For Test = Fixed Assigned to:None = leonardjo Open/Closed:Open = Closed

Re: [bug #13536] Filename size limitation in the VFS ?

2005-07-06 Thread Leonard den Ottolander
Hi Pavel, On Wed, 2005-07-06 at 16:15, Pavel Tsekov wrote: It is not the name of the file only. It is the whole path i.e. the directory components + the file name which triger the problem. See the attached tar file or create a file name with length of exactly 100 characters. Sorry, brain

textconf.c breaks the build

2005-07-06 Thread Pavel Tsekov
Hello, textconf.c has an wrong include directive #include ecs.h which breaks the build. ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[bug #2788] Deleting /tmp/mc-user after startup and doing anything

2005-07-06 Thread Pavel Tsekov
Follow-up Comment #2, bug #2788 (project mc): This issue seems to be fixed. Please, close. ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=2788 ___ Message

Re: textconf.c breaks the build

2005-07-06 Thread Roland Illig
Pavel Tsekov wrote: Hello, textconf.c has an wrong include directive #include ecs.h which breaks the build. Fixed. Sorry. Roland ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

[PATCH] Overriding automatic syntax detection

2005-07-06 Thread Leonard den Ottolander
Hi, Today I've been scratching an itch that I had for a while: An option to override the auto syntax recognition. Luckily the hooks to provide a syntax type are already available in the code. In the editors menu I added a menu entry Syntax Highlighting. Assuming syntax highlighting is enabled in

Re: getgrouplist segfault?

2005-07-06 Thread Roland Illig
Pavel Tsekov wrote: BUGS The glibc 2.3.2 implementation of this function is broken: it overwrites memory when the actual number of groups is larger than *ngroups. As this is clearly a buffer overflow, we should not use the function at all and document this somewhere.

Re: getgrouplist segfault?

2005-07-06 Thread Leonard den Ottolander
Hello Roland, On Wed, 2005-07-06 at 20:15, Roland Illig wrote: Pavel Tsekov wrote: BUGS The glibc 2.3.2 implementation of this function is broken: it overwrites memory when the actual number of groups is larger than *ngroups. As this is clearly a buffer

Re: code improvements for the viewer

2005-07-06 Thread Roland Illig
Pavel Tsekov wrote: Just out of curiosity - can you outline the most important changes that you are going to commmit. The main change is that, for example in the view_display_text() function, coordinate computation had been done relative to the top left corner of the WView widget. One

Re: getgrouplist segfault?

2005-07-06 Thread Anton Monroe
On Wed, Jul 06, 2005 at 05:03:26PM +0300, Pavel Tsekov wrote: The backtrace indicates heap corruption. I've looked at the init_groups() and it seems ok AFAICT. The crash happens in the following block of code inside init_groups(): if (getgrouplist (pwd-pw_name, pwd-pw_gid, groups,

[bug #13648] 4.6.1-pre5: cons.saver on linux console

2005-07-06 Thread Thomas Zajic
Follow-up Comment #2, bug #13648 (project mc): Hmmm ... no, cons.saver actually doesn't show up in 'ps'. So the problem lies somewhere else, I suppose - but where? ___ Reply to this item at: