Comment 0 for bug 1309237

Revision history for this message
John Lenton (chipaca) wrote : Returns null string during session start

During session startup, the call to whoopsie_identifier_generate will on some devices leave both buffer and error as NULL.

In particular, running http://pastebin.ubuntu.com/7268480/ on mako (and presumably on manta) as a *session* upstart job, with the upstart script of http://pastebin.ubuntu.com/7268498/ will get a null, null for the first 10 seconds (approximately) on mako:

Rebooting (boot in dmesg -T at Thu Apr 17 14:32:36 2014, first "init:" line at Thu Apr 17 14:32:44 2014), in the upstart logs I get a series of

2014-04-17T14:32:54+0000 (null) :: <nil>

(that's also the first such line ,10s after init)
until suddenly

2014-04-17T14:32:56+0000 (null) :: <nil>
2014-04-17T14:32:56+0000 81dc12[...]cd58 :: <nil>

I don't know what's causing this, as it doesn't make sense from what I can read in the code.