View Single Post
Posts: 1 | Thanked: 0 times | Joined on Dec 2008
#104
First off, thanks SO MUCH for the app. It's performed wonderfully thus far in my limited caching experience, but here's one glitch I ran across this week. I'm not sure if this is where to post bugs/app issues, but I figure it's the best place to start.

My version of GPXView (0.6-5, latest on harbaum.org) works great with .loc files, but my folks just sent me a few .gpx files to use this weekend and the app crashes (segmentation fault) when trying to open any of them! Same goes for importing the directory they're in.

Below I've copied in the output when running gpxview from xterm (the spaces indicate the point just before I chose to import a new file, a .gpx), as well as a sample .gpx file I'm trying to use. I should note that the GLIB WARNING and GLIB CRITICAL messages also appear in xterm when I import a working .loc file, and the app has no noticeable problems otherwise.

Any ideas on what might be the issue? Googled the warnings/errors that are listed, but not much luck. Thanks in advance!!!

output of gpxview in xterm:
Code:
~ $ gpxview
Using locale for gpxview in /usr/share/locale
Installing osso context for "org.harbaum.gpxview"
crumb_add with level 0
got a dbus message from Maemo Mapper
got a dbus message from Maemo Mapper
got a dbus message from Maemo Mapper
gpxview[2245]: GLIB WARNING ** GLib-GObject - invalid uninstantiatable type `(null)' in cast to `GtkWindow'
gpxview[2245]: GLIB CRITICAL ** Gtk - gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed
load dir /home/user/MyDocs/Downloads/Geocaches
load dir /home/user/MyDocs/Downloads/Geocaches/Kaaterskill Falls
trying to connect
Error creating connection to GPSD, retrying ...
GPSD connected ...
gpxview[2245]: GLIB DEBUG default - hildon_help_dialog_help_enable: Setting help topic "help_gpxview_import"
got a dbus message from Maemo Mapper
gpxview[2245]: GLIB DEBUG ConIc - con_ic_connection_send_event(0xddcd8, (null), (null), 1)
gpxview[2245]: GLIB CRITICAL ** Gtk - gtk_tree_model_filter_row_has_child_toggled: assertion `elt->visible' failed



gpxview[2245]: GLIB WARNING ** GLib-GObject - invalid uninstantiatable type `(null)' in cast to `GtkWindow'
gpxview[2245]: GLIB CRITICAL ** Gtk - gtk_window_set_modal: assertion `GTK_IS_WINDOW (window)' failed
load file /home/user/MyDocs/Downloads/Geocaches/Allegany/alleganypart4.gpx
Segmentation fault
~ $
.gpx file used during import:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="EasyGPS 3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.topografix.com/GPX/gpx_overlay/0/3 http://www.topografix.com/GPX/gpx_overlay/0/3/gpx_overlay.xsd http://www.topografix.com/GPX/gpx_modified/0/1 http://www.topografix.com/GPX/gpx_modified/0/1/gpx_modified.xsd http://www.geobuddy.com/cache/1/1 http://www.geobuddy.com/cache/1/1/cache.xsd http://www.geobuddy.com/GPX/0/1 http://www.geobuddy.com/GPX/0/1/geobuddy.xsd">
<metadata>
<bounds minlat="42.00418300" minlon="-78.72021700" maxlat="42.00418300" maxlon="-78.72021700"/>
<extensions>
<time xmlns="http://www.topografix.com/GPX/gpx_modified/0/1">2009-05-20T02:04:55.366Z</time>
</extensions>
</metadata>
<wpt lat="42.00418300" lon="-78.72021700">
<ele>0.000</ele>
<link href="http://www.geocaching.com/seek/cache_details.aspx?wp=GC1B639">
<text>Cache Details</text>
<type>text/html</type>
</link>
<sym>Geocache</sym>
<extensions>
<label xmlns="http://www.topografix.com/GPX/gpx_overlay/0/3">
<label_text>ASP Rocks!</label_text>
</label>
<cache xmlns="http://www.geobuddy.com/cache/1/1" id="845970" available="True" archived="False">
<name>ASP Rocks!</name>
<placed_by>kachekat</placed_by>
<owner id="1701603654"/>
<type>Traditional Cache</type>
<container>Not Chosen</container>
<difficulty>1</difficulty>
<terrain>1</terrain>
</cache>
<last_pocket_query_date xmlns="http://www.geobuddy.com/GPX/0/1">2009-05-20T02:04:55.366Z</last_pocket_query_date>
</extensions>
</wpt>
<extensions>
</extensions>
</gpx>