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 744491 - [Traceparser] 500 software error when trying to file a bug with a certain description
[Traceparser] 500 software error when trying to file a bug with a certain des...
Status: RESOLVED WONTFIX
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: general
unspecified
Other Linux
: High major
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
: 745817 754072 757210 757707 763594 773757 773986 776275 780983 784821 785071 785186 790605 796709 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-02-13 20:23 UTC by Kai Willadsen
Modified: 2019-02-22 13:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of attached bug report (110.67 KB, image/png)
2015-02-13 20:23 UTC, Kai Willadsen
Details

Description Kai Willadsen 2015-02-13 20:23:07 UTC
Created attachment 296802 [details]
Screenshot of attached bug report

Nothing to add. I can't file this bug because I get constant 500 errors. Attaching a screenshot on the off chance that there's something specific about the bug content causing this, though I can't imagine what.
Comment 1 André Klapper 2015-02-13 21:22:29 UTC
Hmm. What is the exact error message?
Comment 2 Kai Willadsen 2015-02-13 21:31:41 UTC
No error message. I get a 302 HTTP response, redirecting me to https://static.gnome.org/error-500/500.html, which tells me that everything is fine.

I can grab the actual POST content if that would help.

I can file other bugs (e.g., this one) just fine, and commenting on bugs works as well.
Comment 3 André Klapper 2015-02-18 18:20:41 UTC
I can reproduce the problem when trying to file Kai's report with its given content and parameters.
Comment 4 Christoph Reiter (lazka) 2015-02-18 18:26:02 UTC
I see the same thing when trying to file a bug with pygobject.
Comment 5 Christoph Reiter (lazka) 2015-02-18 18:29:27 UTC
Replacing the content with something different made it work: bug 744745
Comment 6 André Klapper 2015-02-18 19:07:03 UTC
puiterwijk provided this:

==> error_log <==
Use of uninitialized value $value in string eq at /srv/http/bugzilla.gnome.org/Bugzilla/Object.pm line 233.
Use of uninitialized value $value in string eq at /srv/http/bugzilla.gnome.org/Bugzilla/Object.pm line 236.

==> ../apache-error.log <==
Feb 18 19:01:08 bugzilla bugzi[8415]: [error]

Undef to trick_taint at /srv/http/bugzilla.gnome.org/Bugzilla/Util.pm line 44
	Bugzilla::Util::trick_taint(undef) called at /srv/http/bugzilla.gnome.org/Bugzilla/Object.pm line 268
	Bugzilla::Object::_do_list_select('Bugzilla::Extension::TraceParser::Trace', 'stack_hash = ?', 'ARRAY(0x7fdb3e786af0)', undef) called at /loader/0x7fdb3a98bc40/Bugzilla/Extension/TraceParser/Trace.pm line 99
	Bugzilla::Extension::TraceParser::Trace::_do_list_select('Bugzilla::Extension::TraceParser::Trace', 'stack_hash = ?', 'ARRAY(0x7fdb3e786af0)', undef) called at /srv/http/bugzilla.gnome.org/Bugzilla/Object.pm line 246
	Bugzilla::Object::match('Bugzilla::Extension::TraceParser::Trace', 'HASH(0x7fdb3e762768)') called at /loader/0x7fdb3a98bc40/Bugzilla/Extension/TraceParser/Trace.pm line 293
	Bugzilla::Extension::TraceParser::Trace::identical_traces('Bugzilla::Extension::TraceParser::Trace=HASH(0x7fdb3e788d40)') called at /srv/http/bugzilla.gnome.org/extensions/TraceParser/Extension.pm line 71
	Bugzilla::Extension::TraceParser::_check_duplicate_trace('Bugzilla::Extension::TraceParser::Trace=HASH(0x7fdb3e788d40)', 'Bugzilla::Bug=HASH(0x7fdb3e793148)', 'Bugzilla::Comment=HASH(0x7fdb3e762648)') called at /srv/http/bugzilla.gnome.org/extensions/TraceParser/Extension.pm line 53
	Bugzilla::Extension::TraceParser::bug_end_of_create('Bugzilla::Extension::TraceParser=HASH(0x7fdb3e4f7380)', 'HASH(0x7fdb3e794178)') called at /srv/http/bugzilla.gnome.org/Bugzilla/Hook.pm line 18
	Bugzilla::Hook::process('bug_end_of_create', 'HASH(0x7fdb3e794178)') called at /srv/http/bugzilla.gnome.org/Bugzilla/Bug.pm line 716
	Bugzilla::Bug::create('Bugzilla::Bug', 'HASH(0x7fdb3ac99510)') called at /srv/http/bugzilla.gnome.org/post_bug.cgi line 129
	ModPerl::ROOT::Bugzilla::ModPerl::ResponseHandler::srv_http_bugzilla_2egnome_2eorg_post_bug_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7fdb3e4f54d8)') called at /usr/lib64/perl5/vendor_perl/ModPerl/RegistryCooker.pm line 204
	eval {...} called at /usr
Comment 7 André Klapper 2015-02-18 19:53:46 UTC
I can also reproduce locally ("Software error"). Testcase as comment 0:


With current jhbuilt pygobject (and also with an older one):
 
>>> from gi.repository import Gio, Gtk
>>> obj = Gtk.label()
>>> Gio.PropertyAction.New('win.wrapme', obj, 'wrap')
Traceback (most recent call last):
  • File "<stdin>", line 1 in <module>
ValueError: Pointer arguments are restricted to integers, capsules, and None.
See: https://bugzilla.gnome.org/show_bug.cgi?id=683599
 
The signature for the constructor is:
Comment 8 André Klapper 2015-03-07 18:58:46 UTC
*** Bug 745817 has been marked as a duplicate of this bug. ***
Comment 9 Pranav Kant 2015-05-05 10:48:21 UTC
Reproduced this while filing against gnome-music with following description:

[pranavk@h3xor ~]$ gnome-music 
/usr/lib/python3.4/site-packages/gnomemusic/grilo.py:94: Warning: The property SoupSession:ssl-ca-file is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.registry.load_all_plugins()
/usr/lib64/python3.4/site-packages/gi/overrides/__init__.py:306: Warning: The property GtkCellRendererPixbuf:follow-state is deprecated and shouldn't be used anymore. It will be removed in a future version.
  return super_init_func(self, **new_kwargs)
/usr/lib/python3.4/site-packages/gnomemusic/toolbar.py:140: Warning: g_set_application_name() called multiple times
  GLib.set_application_name(_("Music"))
/usr/lib/python3.4/site-packages/gnomemusic/window.py:315: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version.
  grid = Gtk.Grid(valign=Gtk.Align.CENTER, margin_right=8)
Traceback (most recent call last):
  • File "/usr/lib/python3.4/site-packages/gnomemusic/playlists.py", line 121 in callback
    while (cursor.next(None)):
GLib.Error: tracker-db-interface-error-quark: Invalid child (0)

Comment 10 André Klapper 2015-08-25 12:33:56 UTC
*** Bug 754072 has been marked as a duplicate of this bug. ***
Comment 11 André Klapper 2015-10-28 16:26:50 UTC
*** Bug 757210 has been marked as a duplicate of this bug. ***
Comment 12 Jan Spurny 2015-10-29 15:57:53 UTC
As I understand it,  Christoph Reiter (lazka) was able to file a bugreport after changing the description - what exactly was changed?
This bug is here for 8 month and it doesn't seem very likely that it would be fixed soon, so I would really appreciate it if someone posted how to work around this problem...
Comment 13 Jan Spurny 2015-10-29 16:11:29 UTC
Oh. I just figured it out - when I indented the code by 4 spaces, it started to work.
Comment 14 André Klapper 2015-11-09 11:56:34 UTC
*** Bug 757707 has been marked as a duplicate of this bug. ***
Comment 15 André Klapper 2016-03-14 11:37:28 UTC
*** Bug 763594 has been marked as a duplicate of this bug. ***
Comment 16 Paul Wise 2016-03-14 11:57:53 UTC
Another workaround is to post the bug without the problematic text and then post the problematic text as an attachment, but only after the initial bug creation, adding it as an attachment in the initial bug creation will create the bug but not the attachment.
Comment 17 Christian Stadelmann 2016-08-15 13:09:32 UTC
Same here when I tried reporting bug #769935. Everything in comment 1 in this bug is exactly what I tried posting into the description.
Comment 18 André Klapper 2016-11-01 16:12:36 UTC
*** Bug 773757 has been marked as a duplicate of this bug. ***
Comment 19 André Klapper 2016-11-05 18:50:08 UTC
*** Bug 773986 has been marked as a duplicate of this bug. ***
Comment 20 Michael Catanzaro 2016-12-19 14:51:15 UTC
*** Bug 776275 has been marked as a duplicate of this bug. ***
Comment 21 Simon Feltman 2016-12-22 07:20:27 UTC
Also just hit this trying to file: bug #776378

Perhaps this is related to the "Traceback" portion of the report?
Comment 22 André Klapper 2017-04-06 18:14:40 UTC
*** Bug 780983 has been marked as a duplicate of this bug. ***
Comment 23 André Klapper 2017-07-11 21:51:31 UTC
*** Bug 784821 has been marked as a duplicate of this bug. ***
Comment 24 Piotr Drąg 2017-07-18 17:25:13 UTC
*** Bug 785071 has been marked as a duplicate of this bug. ***
Comment 25 André Klapper 2017-07-20 21:05:27 UTC
*** Bug 785186 has been marked as a duplicate of this bug. ***
Comment 26 André Klapper 2017-12-07 14:58:25 UTC
*** Bug 790605 has been marked as a duplicate of this bug. ***
Comment 27 André Klapper 2018-06-28 15:01:40 UTC
*** Bug 796709 has been marked as a duplicate of this bug. ***
Comment 28 André Klapper 2019-02-22 13:05:30 UTC
With the move to Gitlab we won't investigate fixing this, hence declining.