GNOME Bugzilla – Bug 589265
Crash on query error
Last modified: 2009-09-12 16:00:52 UTC
Please describe the problem: I get a core dumped sending a request there. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Here is the backtrace: gdata_service_query (self=0x8a65ec8, feed_uri=0xb801f850 "http://docs.google.com/feeds/documents/private/full", query=0x8aaf890, entry_type=145329192, cancellable=0x0, progress_callback=0, progress_user_data=0x0, error=0xbf942868) at gdata-service.c:1039 1039 g_assert (message->response_body->data != NULL); (gdb) bt
+ Trace 216557
And the wireshark correponding request: GET /feeds/documents/private/full/spreadsheet%3AtS6GsuNsu0zd3vmAwLyCeJQ HTTP/1.1\r\n (answer: HTTP/1.1 400 Bad Request\r\n Invalid alt value for entry )
commit 9b67a37d9af5f0200b7da6c49e3ae494ac4a995a Author: Philip Withnall <philip@tecnocode.co.uk> Date: Tue Jul 21 19:23:54 2009 +0100 Bug 589265 – Crash on query error gdata/gdata-service.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
*** Bug 594318 has been marked as a duplicate of this bug. ***