zim crashed with OSError in call(): [Errno 32] Broken pipe
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
zim (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Description: Ubuntu precise (development branch)
Release: 12.04
zim:
Installed: 0.54-1
Candidate: 0.54-1
Version table:
*** 0.54-1 0
500 http://
100 /var/lib/
This happened when Ubuntu 12.04 tried to open zim upon login. This seems to happen when the desktop is trying to restore applications that had been open before (for example) a reboot.
Thanks.
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: zim 0.54-1
ProcVersionSign
Uname: Linux 3.2.0-14-
NonfreeKernelMo
ApportVersion: 1.91-0ubuntu1
Architecture: i386
Date: Mon Feb 6 16:42:13 2012
ExecutablePath: /usr/bin/zim
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120205)
InterpreterPath: /usr/bin/python2.7
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/zim
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
PythonArgs: ['/usr/bin/zim']
SourcePackage: zim
Title: zim crashed with OSError in call(): [Errno 32] Broken pipe
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
tags: | removed: need-duplicate-check |
Changed in zim (Ubuntu): | |
importance: | Undecided → Medium |
Not sure how the restore works but I do know how zim works.
Zim has a daemon process, which controls a number of child processes
through a pipe. The stack trace shows an error in the daemon process
when writing to a pipe. Suggests the child process died without
letting the daemon know by sending SIGCHILD.