Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug tracker exception, when searching for "creator" #46178

Closed
ThurnerRupert mannequin opened this issue Jan 19, 2008 · 4 comments
Closed

bug tracker exception, when searching for "creator" #46178

ThurnerRupert mannequin opened this issue Jan 19, 2008 · 4 comments
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@ThurnerRupert
Copy link
Mannequin

ThurnerRupert mannequin commented Jan 19, 2008

BPO 1870
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-01-19.10:54:51.362>
created_at = <Date 2008-01-19.10:48:49.305>
labels = ['type-crash']
title = 'bug tracker exception, when searching for "creator"'
updated_at = <Date 2008-01-19.10:58:43.240>
user = 'https://bugs.python.org/ThurnerRupert'

bugs.python.org fields:

activity = <Date 2008-01-19.10:58:43.240>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-19.10:54:51.362>
closer = 'georg.brandl'
components = ['None']
creation = <Date 2008-01-19.10:48:49.305>
creator = 'ThurnerRupert'
dependencies = []
files = []
hgrepos = []
issue_num = 1870
keywords = []
message_count = 4.0
messages = ['60142', '60143', '60144', '60145']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'ThurnerRupert']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue1870'
versions = ['3rd party']

@ThurnerRupert
Copy link
Mannequin Author

ThurnerRupert mannequin commented Jan 19, 2008

filling out "creator" gives the following traceback:

Traceback (most recent call last):
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/client.py", line 770, in renderContext
    result = pt.render(self, None, None, **args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/templating.py", line 323, in render
    getEngine().getContext(c), output, tal=1, strictinsert=0)()
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 192, in __call__
    self.interpret(self.program)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 236, in interpret
    handlers[opcode](self, args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 666, in do_useMacro
    self.interpret(macro)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 236, in interpret
    handlers[opcode](self, args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 411, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 396, in do_optTag
    return self.no_tag(start, program)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 391, in no_tag
    self.interpret(program)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 236, in interpret
    handlers[opcode](self, args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 689, in do_defineSlot
    self.interpret(slot)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 236, in interpret
    handlers[opcode](self, args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 411, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 396, in do_optTag
    return self.no_tag(start, program)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 391, in no_tag
    self.interpret(program)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 236, in interpret
    handlers[opcode](self, args)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/TAL/TALInterpreter.py", line 462, in 
do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/PageTemplates/TALES.py", line 227, in evaluate
    return expression(self)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/PageTemplates/Expressions.py", line 194, in 
__call__
    return self._eval(econtext)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/PageTemplates/Expressions.py", line 189, in _eval
    return render(ob, econtext.vars)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/PageTemplates/Expressions.py", line 95, in render
    ob = ob()
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/cgi/templating.py", line 2463, in batch
    l = [id for id in klass.filter(matches, filterspec, sort, group)
  File "/home/roundup/roundup-production//lib/python2.4/site-
packages/roundup/backends/rdbms_common.py", line 2178, in filter
    del d[None]
KeyError

@ThurnerRupert ThurnerRupert mannequin added the type-crash A hard crash of the interpreter, possibly with a core dump label Jan 19, 2008
@birkenfeld
Copy link
Member

Note that this only happens when the user does not exist.

It's a bug nevertheless.

@birkenfeld
Copy link
Member

I've now moved it to the meta tracker, where python's roundup is maintained.

@birkenfeld
Copy link
Member

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

1 participant