Ticket #1044 (closed defect: worksforme)
calc_next_timeout 't' assert failure.
| Reported by: | robophred@… | Owned by: | mickeyl |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | neod | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Was running the qemu emulator from the makefile, compiled today.
Was playing "bridges", had an assert failure show up when I selected "new game"
after having played through several games.
The x server died, and the console read (might not be exact, retyping from qemu):
(neod:1174): DEBUG: stylus pressed
neod: pulse/mainloop.c:739: calc_next_timeout: Assertion `t' failed.
matchbox-keyboard-remote.c:35,mb_kbd_remote_process_xevents() got a message
matchbox-keyboard-remote.c:35,mb_kbd_remote_process_xevents() got a message
matchbox-keyboard-remote.c:35,mb_kbd_remote_process_xevents() got a message
run-parts: /etc/X11/Xsession.d/90xXWindowManager exited because of uncaught
signal 6: Success
FreeFontPath?: FPE "built-ins" refcount is 2, should be 1; fixing.
Extended Input Devices not yet supported. Implement it at line 637 in kinput.c
FreeFontPath?: FPE "built-ins" refcount is 2, should be 1; fixing.
PM: Removing info for No Bus:vcs3
PM: Removing info for No Bus:vcsa3
PM: Removing info for No Bus:vcs2
PM: Removing info for No Bus:vcsa2
Attachments
Change History
Changed 5 years ago by robophred@…
- Attachment bug 2 specific.jpg added
jpeg image of terminal after error

Just had a second occurrence. Same setup as last time, occured after playing
around with the bridges game of oh-puzzles.
Was able to find the code in question in the pulseaudio svn. Error seems to
occur when the function "find_next_time_event" returns null.