GNOME Bugzilla – Bug 658982
Character misinterpretation
Last modified: 2011-09-13 20:17:26 UTC
Opening the sample file attached to 658916 using the csv importer works fine. On the otehr hand importing the same file using the configurable text importer and all automatic settings causes problems in A4. A small sequence of characters there is incorrect. In fact, if one tries to import the file several times one gets slightly different results in A4 each time.
Created attachment 196430 [details] smaller sample file
I get a segfault, :-( Sometimes, that is.
+ Trace 228439
Valgrind is complaining over itself and isn't useful here. However, I believe that "fmt" as acquired on number-match.c:819 must be ref'd if we want "time_format" to remain valid after line 822. Or else we must g_strdup "time_format".
That problem is now fixed. Please see if you still have the original problem.