GNOME Bugzilla – Bug 748440
JHBuild may crash on build failure when notification is enabled
Last modified: 2015-06-14 06:57:24 UTC
I set 'nonotify = False' in my jhbuildrc to enable notification, but it can cause jhbuild to crash with the following message: *** Error during phase build of gnome-dictionary: ########## Error running gmake LIBTOOL=/usr/local/bin/libtool -j4 *** [120/208] Traceback (most recent call last):
+ Trace 234999
jhbuild.main.main(sys.argv[1:])
rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
return cmd.execute(config, args, help)
return self.run(config, options, args, help)
return build.build()
altphases)
icon = 'dialog-error', expire = 20)
summary, body, [], {}, 1000*expire)
return self._proxy_method(*args, **keywords)
**keywords)
message, timeout)
This usually happens when gnome-shell is restarting because of crash.
Created attachment 302751 [details] [review] Don't crash when the notification service is not available
Created attachment 302752 [details] [review] Don't crash when the notification service is not available Sorry, the old patch was wrong.
Created attachment 304697 [details] [review] Don't crash when the notification service is not available Try to get a new iface when iface.Notify or iface.CloseNotification fails.
Attachment 304697 [details] pushed as 77c053c - Don't crash when the notification service is not available