Ticket #342 (closed defect: fixed)

Opened 12 months ago

Last modified 8 months ago

firstun failure will hang the process instead of quiting

Reported by: ronny Owned by: ali
Priority: important Milestone: october sprint
Component: core Version: 0.6beta3
Severity: Medium Keywords:
Cc: Launchpad Bug:

Description

Traceback (most recent call last):
  File "/home/ronny/Projects/pida/main/pida/utils/gthreads.py", line 240, in <lambda>
    return gobject.idle_add(lambda: (func(*args, **kwargs) or False))
  File "/home/ronny/Projects/pida/main/pida/core/boss.py", line 122, in cmd
    return self.get_service(servicename).cmd(commandname, **kw)
  File "/home/ronny/Projects/pida/main/pida/core/boss.py", line 95, in get_service
    return self._sm.get_service(servicename)
  File "/home/ronny/Projects/pida/main/pida/core/servicemanager.py", line 126, in get_service
    return self._reg[name]
KeyError: 'buffer'

Change History

Changed 11 months ago by ronny

  • milestone changed from PIDA-0.6 to september sprint

Changed 11 months ago by poelzi

how to reproduce ?

Changed 9 months ago by ronny

not sure, picking a editor that doesn't work helps, also breaking the editor seems to work

Changed 8 months ago by ronny

  • status changed from new to closed
  • resolution set to worksforme

Changed 8 months ago by ronny

  • status changed from closed to reopened
  • resolution worksforme deleted

Changed 8 months ago by ronny

  • status changed from reopened to closed
  • resolution set to fixed

fixed in my pida-hacks branch

Note: See TracTickets for help on using tickets.