Re: A bug in Midnight Commander? (the editor)

2005-07-19 Thread Pavel Tsekov
Hello, Can you give an example how MC behaves now and how it should behave ? On Tue, 19 Jul 2005, Tim Douglas wrote: -- Message: 5 Date: Mon, 11 Jul 2005 05:33:22 - From: Reynir Stefansson [EMAIL PROTECTED] Subject: Re: A bug in Midnight Commander?

A bug in Midnight Commander? (the editor)

2005-07-19 Thread Tim Douglas
Hello Pavel, On Tue, Jul 19, 2005 at 03:37:36PM +0300, Pavel Tsekov wrote: Hello, Can you give an example how MC behaves now and how it should behave ? Yes, last night I did a specific experiment to show this to myself. Here is what I typed in the editor: a

[bug #13832] Cannot execute user menu command if temporary directory is in filesystem mounted with noexec option

2005-07-19 Thread Pavel Tsekov
Follow-up Comment #3, bug #13832 (project mc): It works for me too. I looked closer at the code as soon as I had time and it looks ok. The only thing which bothers me is that an additional shell is executed each time a user menu command is invoked . Maybe the code should query the mount options

[bug #13832] Cannot execute user menu command if temporary directory is in filesystem mounted with noexec option

2005-07-19 Thread Pavel Tsekov
Follow-up Comment #4, bug #13832 (project mc): Btw maybe you could use the global variable 'shell' here: + char *cmd = g_strconcat(/bin/sh , file_name, (char ^^ Just a thought. ___ Reply to

crash on resize

2005-07-19 Thread Oswald Buddenhagen
moin, recently i started getting this very frequently when i resize the xterm mc runs in: Program received signal SIGSEGV, Segmentation fault. 0x4108bece in mallopt () from /lib/tls/libc.so.6 (gdb) bt #0 0x4108bece in mallopt () from /lib/tls/libc.so.6 #1 0x4108adcb in free () from

Re: crash on resize

2005-07-19 Thread Pavel Tsekov
Hello, On Tue, 19 Jul 2005, Oswald Buddenhagen wrote: recently i started getting this very frequently when i resize the xterm mc runs in: [...] any idea? Yes. Bad slang. https://savannah.gnu.org/bugs/?func=detailitemitem_id=13788 ___ Mc-devel

Re: crash on resize

2005-07-19 Thread Pavel Tsekov
Hello, On Tue, 19 Jul 2005, Pavel Tsekov wrote: On Tue, 19 Jul 2005, Oswald Buddenhagen wrote: recently i started getting this very frequently when i resize the xterm mc runs in: [...] any idea? Yes. Bad slang. https://savannah.gnu.org/bugs/?func=detailitemitem_id=13788 Did it

Re: crash on resize

2005-07-19 Thread Oswald Buddenhagen
On Tue, Jul 19, 2005 at 02:21:40PM +0300, Pavel Tsekov wrote: any idea? Yes. Bad slang. https://savannah.gnu.org/bugs/?func=detailitemitem_id=13788 Did it help or is it something else that you are seeing ? mcslang works fine; the valgrind messages are also gone. thx. fwiw, there is