Crash au moment d’une mise à la corbeille ou d’une modification de postit
Created by: malenkiki
Bonjour,
Pendant mon travail, j’ai eu un crash de Koalab
Voici la pile des erreurs :
/home/altocomulus/pause/koalab/node_modules/mongoose/lib/utils.js:437
throw err;
^
TypeError: Cannot read property 'board_id' of null
at Promise.module.exports.app.delete.req.postit.remove.sse.broadcast.action (/home/altocomulus/pause/koalab/app/controller.js:115:27)
at Promise.addBack (/home/altocomulus/pause/koalab/node_modules/mongoose/lib/promise.js:128:8)
at Promise.EventEmitter.emit (events.js:96:17)
at Promise.emit (/home/altocomulus/pause/koalab/node_modules/mongoose/lib/promise.js:66:38)
at Promise.complete (/home/altocomulus/pause/koalab/node_modules/mongoose/lib/promise.js:77:20)
at Query._findAndModify (/home/altocomulus/pause/koalab/node_modules/mongoose/lib/query.js:2194:30)
at exports.tick (/home/altocomulus/pause/koalab/node_modules/mongoose/lib/utils.js:432:16)
at Collection.findAndModify (/home/altocomulus/pause/koalab/node_modules/mongoose/node_modules/mongodb/lib/mongodb/collection.js:670:14)
at g (events.js:192:14)
at EventEmitter.emit (events.js:126:20)
Firefox ramait à ce moment là, je modifiais péniblement un ticket et en avais mis un à la corbeille. Je ne puis dire quelle action est responsable de ce crash (concentré sur autre chose, boulot, toussa).
Version de Firefox : 19.0 Version de NodeJS : 0.8.19 Version de Mongo : 2.2.3 Version du noyau : Linux altocomulus-EP45-DS3L 3.0.0-31-generic-pae #49-Ubuntu SMP Tue Feb 19 20:24:31 UTC 2013 i686 i686 i386 GNU/Linux
NB : C’est mon premier crash avec Koalab :)