FS#34950 - [gtkpod] segfault

Attached to Project: Community Packages
Opened by mrgreen (Mr Green) - Thursday, 25 April 2013, 12:59 GMT
Last edited by Federico Cinelli (Cinelli) - Tuesday, 30 April 2013, 20:19 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Federico Cinelli (Cinelli)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: Gtkpod segfault


Additional info:
* package version(s)

2.1.3-1

* config and/or log files etc.


Steps to reproduce: Running gtkpod from command line you get


gtkpod (community)

** (gtkpod:1380): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist

** (gtkpod:1380): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist

(gtkpod:1380): libanjuta-CRITICAL **: anjuta_plugin_manager_list_query: assertion `ANJUTA_IS_PLUGIN_MANAGER (plugin_manager)' failed
Segmentation fault (core dumped)

Cannot be sure if it is gtkpod or libanjuta that is the problem


This task depends upon

Closed by  Federico Cinelli (Cinelli)
Tuesday, 30 April 2013, 20:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added patch for libanjuta fix.
Comment by Gerardo Exequiel Pozzi (djgera) - Thursday, 25 April 2013, 17:07 GMT
  • Field changed: Attached to Project (Arch Linux → Community Packages)
  • Field changed: Summary (Gtkpod segfault → [gtkpod] segfault)
Next time please attach to the right project and use [package] title form. Thanks.
Comment by mrgreen (Mr Green) - Thursday, 25 April 2013, 17:12 GMT
Sorry I do not post bug reports very often, will be more careful next time....
Comment by Shani Hadiyanto Pribadi (shanipribadi) - Monday, 29 April 2013, 08:38 GMT
I was able to run gtkpod after rebuilding the package against the latest libanjuta and commenting src/gtkpod.cc:239

Look here: http://gtkpod.org/bugs/index.php?do=details&task_id=125 and https://mail.gnome.org/archives/commits-list/2012-December/msg00105.html
Comment by Federico Cinelli (Cinelli) - Tuesday, 30 April 2013, 05:20 GMT
I've added to gtkpod patch that is included with the package. Seems to work well here.