Issue131

Project smart
Title smart crashes on search
Priority critical Status resolved
Superseder [PATCH] Fixed query with empty description/summary, search crashes with TypeError, info crashes with AttrributeError
View: 64

View: 68
Nosy List Firewing1, carlopires, netmask
Assigned To Topics

Created on 2006-03-11.03:39:41 by carlopires, last changed 2006-03-19.11:18:50 by netmask.

Messages
msg435 (view) Author: netmask Date: 2006-03-19.11:18:50
This has been solved. Check issue64 and issue68.
msg425 (view) Author: Firewing1 Date: 2006-03-11.19:56:56
It's a known bug. See issue 101:
http://tracker.labix.org/issue101
Firewing1
msg424 (view) Author: carlopires Date: 2006-03-11.03:39:40
[root@dc2 ~]# smart --version
smart 0.41
[root@dc2 ~]# smart search postfix
Carregando o cache...
Atualizando cache...                            
################################################################### [100%]

Traceback (most recent call last):
  File "/usr/bin/smart", line 194, in ?
    main(sys.argv[1:])
  File "/usr/bin/smart", line 167, in main
    exitcode = iface.run(opts.command, opts.argv)
  File "/usr/lib/python2.3/site-packages/smart/interface.py", line 53, in run
    result = _command.main(self._ctrl, opts)
  File "/usr/lib/python2.3/site-packages/smart/commands/query.py", line 283, in main
    if pattern.search(info.getDescription()):
TypeError: expected string or buffer
History
Date User Action Args
2006-03-19 11:18:51netmasksetstatus: chatting -> resolved
superseder: + [PATCH] Fixed query with empty description/summary, search crashes with TypeError, info crashes with AttrributeError
messages: + msg435
nosy: + netmask
2006-03-11 19:56:57Firewing1setstatus: unread -> chatting
nosy: + Firewing1
messages: + msg425
2006-03-11 03:39:42carlopirescreate