- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Core
- Operating System All
- Severity Low
- Reported Version SuperZaxxon Beta 4
Attached to Project: OpenPandora Main OS
Opened by set3 - 27.07.2010
Last edited by skeezix - 08.02.2011
Opened by set3 - 27.07.2010
Last edited by skeezix - 08.02.2011
FS#150 - pndnotifyd Segfault
Might be related to http://bugs.openpandora.org/index.php?do=details&task_id=128
as it have exactly the same behaviours.
But this time no translation is involved (masked in my script until this is fixed).
And making the file smaller (by removing apps :( ) managed to let it alive, so it seam to be file size related.
Closed by skeezix
08.02.2011 16:35
Reason for closing: Fixed
Additional comments about closing: http://git.openpandora.org/cgi-bin/gitwe b.cgi?p=pandora-libraries.git;a=commit;h =f8003661082444fef2d6ca4d1581da8792a1a1d e
08.02.2011 16:35
Reason for closing: Fixed
Additional comments about closing: http://git.openpandora.org/cgi-bin/gitwe b.cgi?p=pandora-libraries.git;a=commit;h =f8003661082444fef2d6ca4d1581da8792a1a1d e
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Probably the known issue where libpnd only tolerates PXML with (I think) 20 apps or less; it should just silently stop at 20, but I suspect it blows up at 20. I coudl be wrong, but I've got a few tests where giant PXML's (lots of subapps) are a problem, and I think its the quantity, not other bits.
Could work around it (raise the #define to a much higher number, wasteful really), or try and do a fix (linked list or whatever real datastructure.) Just someone needs a bit of time :) I'll see what I can do ...