FS#16624 - [tilda] cannot launch

Attached to Project: Community Packages
Opened by andrey demidov (demas) - Tuesday, 13 October 2009, 19:34 GMT
Last edited by Ionut Biru (wonder) - Friday, 16 October 2009, 15:30 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ionut Biru (wonder)
Dan Griffiths (Ghost1227)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After upgrade GNOME to version 2.28.0 I can't launch tilda.

Additional info:
$ yaourt -Ss tilda
community/tilda 0.9.6-2 [installed]

Steps to reproduce:

$ tilda
712e3c17-98e1-6996-49e53693-0c780ca7 is dumped


This task depends upon

Closed by  Ionut Biru (wonder)
Friday, 16 October 2009, 15:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  tilda-0.9.6-3
Comment by Andrea Scarpino (BaSh) - Tuesday, 13 October 2009, 23:26 GMT
can you rebuild tilda to see if this fix it?
Comment by andrey demidov (demas) - Wednesday, 14 October 2009, 02:06 GMT
I have done it but error doesn't dissapear:

   log.txt (39.1 KiB)
Comment by andrey demidov (demas) - Wednesday, 14 October 2009, 16:25 GMT
And I have this bug in my both machines: at home desktop and on work laptop.
Comment by Andrea Azzini (Azz) - Wednesday, 14 October 2009, 20:04 GMT
I have the same bug in my laptop. I tried compiling tilda-cvs from AUR, but the bug remains. Then, I tried deleting ~/.tilda/config_0, but nothing changed, because, after setting the preferences, tilda re-crashes.
Comment by Ionut Biru (wonder) - Thursday, 15 October 2009, 07:26 GMT Comment by andrey demidov (demas) - Thursday, 15 October 2009, 18:48 GMT
I trying but I don't have enough knowledge.

I moved the patch file to tilda/src/tilda-0.9.6/src directory and got this error message:

$ patch -i tilda-segfault-fix.patch
patching file key_grabber.c
Hunk #1 FAILED at 241.
1 out of 1 hunk FAILED -- saving rejects to file key_grabber.c.rej

$ cat key_grabber.c.rej
***************
*** 241,248 ****
if (strstr(tmp_key, "None"))
modmask = 0;

- if (!strstr(tmp_key, "+"))
perror ("Key Incorrect -- Read the README or tilda.sf.net for info, rerun as 'tilda -C' to set keybinding\n");

if (strtok(tmp_key, "+"))
key = XStringToKeysym(strtok(NULL, "+"));
--- 241,250 ----
if (strstr(tmp_key, "None"))
modmask = 0;

+ if (!strstr(tmp_key, "+")) {
perror ("Key Incorrect -- Read the README or tilda.sf.net for info, rerun as 'tilda -C' to set keybinding\n");
+ return;
+ }

if (strtok(tmp_key, "+"))
key = XStringToKeysym(strtok(NULL, "+"));


Can somebody create PKGBUILD to test this patch ?
Comment by Ionut Biru (wonder) - Thursday, 15 October 2009, 19:51 GMT
sorry for that. now i see they don't even used that patch.
Comment by solsTiCe (zebul666) - Friday, 16 October 2009, 11:04 GMT
i do not have that problem with tilda and gnome 2.28
Comment by Ionut Biru (wonder) - Friday, 16 October 2009, 14:04 GMT
i think is something to do with gtk2 2.18.2
   bt (1.6 KiB)
Comment by Ionut Biru (wonder) - Friday, 16 October 2009, 14:47 GMT
can you test using this packages?
Comment by Andrea Azzini (Azz) - Friday, 16 October 2009, 15:21 GMT
It works! Thanks wonder! But what is that package? It's a patched tilda, or what? Great job!
Comment by Ionut Biru (wonder) - Friday, 16 October 2009, 15:24 GMT
yes. i'm releasing right now. thanks for your feedback

Loading...