After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589265 - Crash on query error
Crash on query error
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: libgdata-maint
libgdata-maint
: 594318 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-07-21 15:51 UTC by Thibault Saunier
Modified: 2009-09-12 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thibault Saunier 2009-07-21 15:51:59 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:
Comment 1 Thibault Saunier 2009-07-21 15:54:16 UTC
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
  • #0 gdata_service_query
    at gdata-service.c line 1039
  • #1 gdata_documents_service_query_documents
    at gdata-documents-service.c line 192
  • #2 test_upload_metadata_get_entry
    at documents.c line 174
  • #3 g_test_run_suite_internal
    at gtestutils.c line 1130
  • #4 g_test_run_suite_internal
    at gtestutils.c line 1189
  • #5 g_test_run_suite_internal
    at gtestutils.c line 1189
  • #6 IA__g_test_run_suite
    at gtestutils.c line 1238
  • #7 IA__g_test_run
    at gtestutils.c line 862
  • #8 main
    at documents.c line 619


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
)
Comment 2 Philip Withnall 2009-07-21 18:24:48 UTC
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(-)
Comment 3 Philip Withnall 2009-09-12 16:00:52 UTC
*** Bug 594318 has been marked as a duplicate of this bug. ***