azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

invalid output format json #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mu find flag:attach --format=json > attach.json

What is the expected output? What do you see instead?
mu: (/build/buildd/glib2.0-2.32.3/./glib/gerror.c:390):g_error_new_valist: 
runtime check failed: (domain != 0)
mu: invalid output format json

What version of the product are you using? On what operating system?
v0.9.8.2 on Ubuntu Server 12.04 LTS 64-bit

Please provide any additional information below.
Using v0.9.6 on 2.6.36-gentoo-r8 produced a valid json output file using the 
above command.

Original issue reported on code.google.com by hyt...@gmail.com on 19 Aug 2012 at 1:06

GoogleCodeExporter commented 8 years ago
Yeah, json is not supported (anymore) as an output format. the glib runtime 
check error is harmless, but has been fixed in more recent mu versions.

Original comment by digg...@gmail.com on 19 Aug 2012 at 9:53

GoogleCodeExporter commented 8 years ago
Closing this. Note: there is script (in contrib/) to convert the --format=sexp 
output to json though.

Original comment by digg...@gmail.com on 10 Oct 2012 at 9:24