View Single Post
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#122
So... Here is the output gdb gave me:

Code:
fcamera[2273]: GLIB CRITICAL ** GLib-GObject - g_object_get: assertion `G_IS_OBJECT (object)' failed
aborting...

Program received signal SIGABRT, Aborted.
0x40ff097c in raise () from /lib/libc.so.6
0x40ff097c <raise+64>:	cmn	r0, #4096	; 0x1000
So it is libc6 but I don't know why...

Running fcamera from terminal says:

Code:
FCam Error: Error creating daemon setter thread: -1
Update 20190122:// I converted the two libc.so.6 (i.e. the 2.5.1 and the 2.10 version) with hexdump and made a diff between the two ("made a patch file"); it gave me a 146357 line "patch" file so yeah, there are differences...
I tried to recover the line in question (i.e. 2273) from fcamera executable but I really do not know how to do that (converting does not help; tried with hexdump, xxd; even tried with strings command). It would be good to know which part of the source code gave that particular line but... I do not know how to do that or even if it is possible at all (maybe we could identify which part of the code causes that GLib error). Now I'm stuck again...

Last edited by justmemory; 2019-01-22 at 13:51.
 

The Following 3 Users Say Thank You to justmemory For This Useful Post: