[Bug 148272] Re: grsynch crashes on save session

2007-12-01 Thread Mahmoud Kassem
The bug is also reproducible under Ubuntu Gusty/7.10 with the Grsync 0.6.1 from http://www.opbyte.it/grsync/ compiled from source with ./configure make sudo checkinstall The crash is due to the load_groups() in the on_session_add_clicked() of callback.c test: comment the load_groups() call in

[Bug 148272] Re: grsynch crashes on save session

2007-12-01 Thread Mahmoud Kassem
correction: callbacks.c not callback.c -- grsynch crashes on save session https://bugs.launchpad.net/bugs/148272 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 148272] Re: grsynch crashes on save session

2007-12-01 Thread Mahmoud Kassem
I fixed the bug by modifying the original source of Grsync 0.6.1 from http://www.opbyte.it/grsync/ in callbacks.c function: void on_session_add_click add: session_last = -1; before line 895: load_groups((GtkWidget*) button, newses); This modification fix the bug (does not crash grsync), however

[Bug 148272] Re: grsynch crashes on save session

2007-12-01 Thread Mahmoud Kassem
** Changed in: grsync (Ubuntu) Status: New = Confirmed -- grsynch crashes on save session https://bugs.launchpad.net/bugs/148272 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 148272] Re: grsynch crashes on save session

2007-11-30 Thread Stefano Karapetsas
In the grsync 0.6-1 source there is only a call to strlen function, in the file callbacks.c at line 454, but this line is commented and replaced with another one without strlen: 453 tmpc = g_strrstr(out, opt); 454 // tmpc = g_strstr_len(out, strlen(out), opt); also this line is in