T42 | <kreatowastaken> i still couldn't find anything about why mali has this error | 05:54 |
---|---|---|
T42 | <edp_17> @kreatowastaken : I had that issue on my Galaxy Note 4. Applying this commit and rebuilding ofono has fixed that. https://github.com/DeadSquirrel01/ofono/commit/75180373c5f9da7a515a9db4808eb8b7f1322005 | 06:06 |
T42 | <kreatowastaken> uhhh | 06:07 |
T42 | <kreatowastaken> idk how ofono would affect that | 06:07 |
T42 | <kreatowastaken> i was talking about graphics not RIL stuff | 06:07 |
T42 | <Spidey24Z> already applied but still show private number (re @edp_17: @kreatowastaken : I ...) | 06:09 |
T42 | <kreatowastaken> here is the lipstick strace btw (re @kreatowastaken: lipstick output; | 06:10 |
T42 | <kreatowastaken> htt...) | 06:10 |
T42 | <Spidey24Z> what error? (re @kreatowastaken: i still couldn't fin...) | 06:10 |
T42 | <kreatowastaken> `08-23 05:49:42.387 23501 23501 E mali : Initialization of a handle to the system environment failed (3)` (re @Spidey24Z: what error?) | 06:10 |
T42 | <kreatowastaken> and i couldnt find any details bout itt | 06:11 |
T42 | <kreatowastaken> and lipstick segfaults after `Cannot make QOpenGLContext current in a different thread` | 06:12 |
T42 | <kreatowastaken> i alr sent the strace | 06:12 |
T42 | <Spidey24Z> this is not a fatal error i get this on exynos7880 on ubport and ui work fine (re @kreatowastaken: 08-23 05:49:42.387 2...) | 06:13 |
T42 | <kreatowastaken> hmm | 06:13 |
T42 | <kreatowastaken> then i guess this is the main issue? (re @kreatowastaken: and lipstick segfaul...) | 06:13 |
T42 | <kreatowastaken> do you get `08-23 05:49:40.412 23459 23459 E libEGL : validate_display:87 error 3008 (EGL_BAD_DISPLAY)`_ | 06:14 |
T42 | <kreatowastaken> do you get `08-23 05:49:40.412 23459 23459 E libEGL : validate_display:87 error 3008 (EGL_BAD_DISPLAY)`? (edited) | 06:14 |
T42 | <Spidey24Z> yeah see logcat when while you strace lipstick | 06:14 |
T42 | <Spidey24Z> yea (re @kreatowastaken: do you get 08-23 05:...) | 06:14 |
T42 | <kreatowastaken> and ui work fine? | 06:15 |
T42 | <kreatowastaken> then that isnt the main issue either | 06:15 |
T42 | <Spidey24Z> yeah see logcat while you strace lipstick (edited) | 06:15 |
T42 | <Spidey24Z> yes (re @kreatowastaken: and ui work fine?) | 06:15 |
T42 | <Spidey24Z> i did not get lipstick ui on exynos7880 because of hwcomposer but in ubport i got all this error and ui work (re @kreatowastaken: then that isnt the m...) | 06:17 |
T42 | <Spidey24Z> maybe this is your main issue (re @kreatowastaken: and lipstick segfaul...) | 06:17 |
T42 | <kreatowastaken> seems like it | 06:17 |
T42 | <edp_17> Sorry, I replied to yo instead of @Spidey24Z. I was talking about the private number problem. :) (re @kreatowastaken: idk how ofono would ...) | 06:47 |
T42 | <kreatowastaken> np | 06:48 |
T42 | <elros34> so why didn't you starce minimer? Lipstick is hard to start and hard to read strace. Mask user@100000, reboot, strace, got logcat, try /system/*/surfaceflinger | 06:55 |
T42 | <kreatowastaken> i didnt because i thought u said that becuz of the libEGL error | 07:03 |
T42 | <kreatowastaken> ill do that now | 07:03 |
T42 | <kreatowastaken> how can i transfer this though? | 07:04 |
T42 | <kreatowastaken> i guess ill start sshd | 07:04 |
T42 | <kreatowastaken> okay | 07:13 |
T42 | <kreatowastaken> i got strace of minimer | 07:13 |
T42 | <kreatowastaken> and logcat | 07:13 |
T42 | <kreatowastaken> logcat https://gist.github.com/kreatoo/ca04afe704eaa33f794ff31b9c06b31c | 07:17 |
T42 | <kreatowastaken> strace https://gist.github.com/kreatoo/9a41b62907e25b967696671199e1916d | 07:17 |
T42 | <kreatowastaken> idk what u mean by try /system/*/surfaceflinger | 07:18 |
T42 | <kreatowastaken> do you mean running it or? | 07:18 |
T42 | <kreatowastaken> do you want me to strace it? | 07:18 |
T42 | <elros34> hard to read this logcat with kernel messages. Run and see what will happen. So all of this is now with some cahnges in hybris-patches related to libegl? | 07:44 |
T42 | <kreatowastaken> yes | 07:45 |
T42 | <elros34> you hide commands so did you start minimer as root or user? | 07:45 |
T42 | <kreatowastaken> root | 07:45 |
T42 | <kreatowastaken> the command is the same as the faq just added strace -f | 07:46 |
T42 | <elros34> how can I know that, just do not remove that 1 simple line from thousands of log lines | 07:47 |
T42 | <elros34> did you set env variable correctly too? | 07:48 |
T42 | <kreatowastaken> i didnt remove anything | 07:48 |
T42 | <kreatowastaken> i just get logs by just doing > log | 07:48 |
T42 | <kreatowastaken> so the command name doesnt show up | 07:48 |
T42 | <kreatowastaken> `EGL_PLATFORM=hwcomposer strace -f /usr/lib64/qt5/bin/qmlscene -platform hwcomposer main.qml > strace.log` is the command i ran | 07:49 |
T42 | <Spidey24Z> i get this error when i tried to on or off bluetooth https://pst.klgrth.io/paste/pp7p7 | 07:49 |
T42 | <elros34> @kreatowastaken isn't faster to copy directly from terminal instead redirecting to file, copy file to host, open, and copy content? | 07:54 |
T42 | <Spidey24Z> this error shows when i turn mobile data on https://pst.klgrth.io/paste/ps6zt | 07:54 |
T42 | <kreatowastaken> copying with my terminal is tedious so i do it like that instead | 07:55 |
T42 | <kreatowastaken> if it is wrong or whatever i could do it like that aswell | 07:55 |
T42 | <Spidey24Z> this's the config i used https://pst.klgrth.io/paste/amj5p (re @Spidey24Z: i get this error whe...) | 07:58 |
T42 | <elros34> @kreatowastaken it's not wrong (I assume you add 2>&1) just there is better way. I do not know if I would notice even obvious issue in these flooded logs. Because of some decon errors (maybe not real) all I can suggest you to try this patch: https://github.com/spiiroin/mce/commit/25c772f300387a9c0a426f87f03cbb63654194bb. | 08:08 |
T42 | <kreatowastaken> where do i apply this patch? | 08:09 |
T42 | <elros34> it's patch for mce so to mce sources. Best would be on top of same mce version you have already installed | 08:11 |
T42 | <elros34> I assume you tried mali quirk or at least 'grep mali-hist-dump <path to *mali.so> | 08:25 |
T42 | <kreatowastaken> ididnt | 08:27 |
T42 | <kreatowastaken> i didnt (edited) | 08:27 |
T42 | <kreatowastaken> https://hastebin.com/eneloqipac.sql | 08:27 |
T42 | <kreatowastaken> that commands output | 08:27 |
T42 | <kreatowastaken> btw how do i build mce? | 08:31 |
T42 | <elros34> you could just say: yes mali-hist-dump is found in *mali.so:) like any other package: build_packages.sh --help (-b) | 08:32 |
T42 | <kreatowastaken> okay | 08:33 |
*** Ischwitch is now known as Ingvix | 08:34 | |
T42 | <elros34> if mali-hist-dump is found then it's worth to test mali_quirks but I am not sure this helped anybody:P | 08:36 |
T42 | <kreatowastaken> getting failed build depedencies error | 08:39 |
T42 | <kreatowastaken> mce.log https://hastebin.com/culotegizu | 08:39 |
T42 | <elros34> did you check what mce version do you have installed and build the same? btw error has nothing to mce | 09:02 |
T42 | <kreatowastaken> i was compiling the wrong version | 09:05 |
T42 | <kreatowastaken> installed one is 1.109.1 | 09:05 |
T42 | <kreatowastaken> ok got the right version | 09:06 |
T42 | <kreatowastaken> okay | 09:10 |
T42 | <kreatowastaken> compiled it | 09:10 |
T42 | <kreatowastaken> where is the rpm? | 09:10 |
T42 | <kreatowastaken> or do i need to remake the zip again | 09:10 |
T42 | <elros34> should be in usual place: droid-local-repo | 09:11 |
T42 | <elros34> or in package source/RPMS/ depends on how do you build | 09:11 |
T42 | <kreatowastaken> okay | 09:11 |
T42 | <kreatowastaken> ok installed | 09:14 |
T42 | <kreatowastaken> it still segfaults | 09:21 |
T42 | <kreatowastaken> ill send strace of minimer and logcat as before | 09:21 |
T42 | <kreatowastaken> strace https://gist.github.com/kreatoo/1ac1363316c03c009726a4220ec7bc81 | 09:25 |
T42 | <kreatowastaken> logcat https://gist.github.com/kreatoo/78c08dab6afa3e4bdbfcbc2d218a7001 | 09:25 |
T42 | <11> mal , I don't understand why but your patch you gave doesn't work on lineage-15.1 but no problem on lineage14.1 , on lineage15.1 I get an early bootlup | 13:09 |
mal | what patch? | 13:26 |
T42 | <11> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=26ea12dec0c84133add937455be76d44fe253d85 | 13:36 |
mal | is the build otherwise the same, are you sure you have all other kernel options correct? how quickly does it reboot? | 13:39 |
T42 | <11> now I will apply the patch and look at the logs, but somewhere at 6-7 seconds | 13:42 |
T42 | <Spidey24Z> Any idea about this error (re @Spidey24Z: this's the config i ...) | 13:50 |
mal | @11 can you show the log? | 13:52 |
T42 | <11> 10 minutes, you need to add commit | 13:54 |
T42 | <11> okay, the error is gone .... although I tried 2 times before, and nothing worked | 14:15 |
T42 | <11> mal, sorry to bother you | 14:15 |
T42 | <11> what to do with "libarary "/vendor/lib/egl/libGLESv2S3D.so" not found"? | 16:12 |
T42 | <11> https://pastebin.com/qG3De0mc | 16:58 |
T42 | <11> https://pastebin.com/SpAKLY2Z | 17:00 |
mal | @11 afaik that "libarary "/vendor/lib/egl/libGLESv2S3D.so" not found" is not a problem | 17:03 |
T42 | <11> But the fact that the gallery crashes if you start the video? | 17:04 |
mal | do other apps work? | 17:06 |
mal | so maybe the issue is not graphics but the hardware video codecs? | 17:06 |
mal | please show logcat also | 17:07 |
mal | you can see in that log: root[18150]: rich-core: arguments: --pid=31 --signal=11 --name=CodecLooper | 17:08 |
mal | which indicates codec is crashing | 17:08 |
Thaodan | The way that qualcomm ports their socs is so frustrating.. When they ported Kona (SM8250) they just copied and pasted all the msm-4.14 changes reverting all the work that was done in 4.19.. | 17:11 |
T42 | <11> it means the codec is crashing, but I don’t know how to solve it | 17:13 |
mal | like I said, show logcat | 17:19 |
T42 | <11> https://pastebin.com/ZYRtuA95 | 17:21 |
Thaodan | try logcat -d > <text> | 17:21 |
T42 | <11> /bin/sh: syntax error: unexpected redirection (re @SailfishFreenodeIRCBridgeBot: <Thaodan>try logcat ...) | 17:43 |
Thaodan | replace <text> file the file you pant it to go to | 17:44 |
Thaodan | <word> is place holder | 17:44 |
T42 | <11> and I don't understand why? , to write to a file? | 17:45 |
T42 | <11> and send you the file? | 17:46 |
T42 | <11> https://pastebin.com/x64FFFhp | 17:54 |
T42 | <Verevka86> Let me know if you find a solution, the same problem on vayu sm8150 hybris18.1, although this problem was not observed in earlier builds. (re @11: But the fact that th...) | 18:17 |
Thaodan | 11: yes | 18:20 |
Thaodan | Verevka86: Which codec? | 18:21 |
Thaodan | It might be the different version of the qcom oss parts that make the difference, I couldn't trigger a crash in galery on sm8150 | 18:21 |
T42 | <11> Thaodan ,this is not only in the gallery. and in any application that plays video (except the browser) | 18:24 |
Thaodan | what codec? | 18:24 |
T42 | <11> if i knew where to watch it | 18:25 |
Thaodan | also please dump to pastebin, they have to many trackers active (4) | 18:25 |
Thaodan | You can inspect the file on your pc to see | 18:26 |
T42 | <Verevka86> Standard video in sailfishos 4 gallery (re @SailfishFreenodeIRCBridgeBot: <Thaodan>what codec?) | 18:27 |
T42 | <11> what do you mean by "active trackers"? I'm just new to this | 18:27 |
Thaodan | 11: Third-parties that track what you do | 18:35 |
Thaodan | like the Statis | 18:35 |
Thaodan | *Stasi | 18:35 |
Thaodan | Verevka86: Don't to the reply function it doesn't work properly against the bridge (well kinda but it is just wasted if you just answered a second ago) | 18:38 |
T42 | <11> I still don't understand | 18:38 |
Thaodan | But anyway for me playing videos works just fine on SM8150 ok this is Son-AOSP (AOSP plus CAF) but the soc is the same and the qcom oss parts too. | 18:39 |
Thaodan | Which qcomn oss version do you use? | 18:39 |
Thaodan | @11: A tracker is something that follows you around the internet and tracks what you do. He is like the CIA, Statis, KGB etc. | 18:40 |
Thaodan | https://blog.mozilla.org/en/internet-culture/mozilla-explains/what-is-a-web-tracker/ | 18:41 |
T42 | <11> and, you are talking about this, but what does it have to do with it? | 18:41 |
Thaodan | That pastebin uses those trackers that is why using it is not advisted | 18:42 |
T42 | <11> hemm, I can send you links to these files through my server | 18:42 |
T42 | <11> I don't see any other option | 18:43 |
T42 | <11> ok, where to upload the logs? | 18:43 |
mal | the logcat already says you used h.264 file | 18:45 |
Thaodan | paste.suse.org is good or https://pastebin.mozilla.org/ | 18:46 |
T42 | <11> ok, I will use these services, but as for the codec, I still don’t understand what’s the matter, I don’t understand the whole structure of the robot | 18:49 |
Thaodan | robot? | 18:51 |
Thaodan | I'll now test if h.264 works on SM8150 for me using big buck bunny | 18:51 |
Thaodan | https://download.blender.org/peach/bigbuckbunny_movies/ | 18:51 |
T42 | <11> how the initialization system functions, and what components it all includes, sorry for the translation, I don’t know English well | 18:52 |
Thaodan | np | 18:53 |
Thaodan | what's your native language | 18:53 |
T42 | <11> Ukrainian | 18:53 |
Thaodan | Ah sorry I don't speak that :D Only German and some Finnish. But I hope your save. | 18:53 |
T42 | <11> Thanks | 18:54 |
Thaodan | To explain what I said: Sailfish sits on top of Android for it's hardware support as we only get the Android version of the drivers and software by the company that created the chip/soc in your phone. To use those libraries we use libhybris as a mediator between linux and the android software we use. Some of those software from the vendor that create your phones chips is open source, some is closed. When you port a phone you are | 18:57 |
Thaodan | reliant that there's no bugs in either of the software provided by your phone manufacturer. | 18:57 |
Thaodan | I assume right now that there might be a bug in said software that is fixed in later versions. | 18:58 |
Thaodan | As for me I can view videos just fine on my phone which has the same chip Verevka86's phone. | 18:59 |
Thaodan | https://archive.org/details/BigBuckBunny_124 | 19:00 |
T42 | <11> about the old version, i don't think this will solve the problem, and what repositories do i need to replace, or what should i do to fix it? | 19:00 |
mal | it's not certain that the issue is in the android stuff, could be some permission issue or configuration issue or something else | 19:01 |
T42 | <11> could this be the case property_set("ro.boottime.time_daemon",failed: property already set? | 19:07 |
T42 | <11> in galleries and in utube the duration of the video is not even shown | 19:07 |
Thaodan | mal: Yes that could be, sometimes the blobs just crash if there's a config missing | 19:07 |
T42 | <11> unfortunately that's not the point | 19:10 |
T42 | <11> although there are no more problems in the logs, I fixed everything | 19:10 |
T42 | <11> https://pastebin.mozilla.org/uWrofsLQ | 19:13 |
mal | @11 time_daemon is useless process and can be disabled, I think it's disabled usually in our repos | 19:14 |
T42 | <11> well it was in /init.target.rc | 19:15 |
mal | just ignore time_daemon | 19:15 |
mal | try adding this file if you don't have it https://github.com/mlehtima/droid-config-fp2-sibon/blob/master/sparse/etc/gst-droid/gstdroidcodec.conf | 19:16 |
mal | first to device | 19:16 |
T42 | <11> I noticed something when I started the video | 19:20 |
T42 | <11> https://pastebin.mozilla.org/5wfXguOt | 19:20 |
T42 | <11> Mal , yes i did that but it didn't help | 19:26 |
Thaodan | mal: is that file still needes these days? new ports don't have it | 19:28 |
Thaodan | his issue is in the kernel module maybe | 19:28 |
Thaodan | 11: Do you have this file somewhere? | 19:29 |
Thaodan | https://github.com/sonyxperiadev/device-sony-seine/blob/75e5561f1cd07cc76e83af5822637ce941f60d18/rootdir/vendor/etc/system_properties.xml | 19:29 |
mal | Thaodan: afaik it might be needed on older android bases | 19:29 |
Thaodan | try find /vendor -name system_properties.xml | 19:30 |
mal | @11 was there any difference in logs after adding the file? | 19:30 |
T42 | <11> maybe it's important, i had a bug with virtual audio and i just removed it from minimedia | 19:30 |
Thaodan | this file is needed for vidc (the kernel module that access your phones soc to decode videos) | 19:30 |
T42 | <11> this file is not in /system/etc and also in /vendor/vendor/etc | 19:35 |
Thaodan | it should be in /vendor/etc | 19:36 |
T42 | <11> https://pastebin.mozilla.org/9F2nP4rt | 19:38 |
Thaodan | Which phone soc do you have? | 19:39 |
mal | Thaodan: strace would probably help figuring out if something is missing | 19:39 |
T42 | <11> I didn’t understand what you mean, but the code name is hlte and the processor is msm8974 | 19:40 |
Thaodan | That's why I asked :) | 19:40 |
T42 | <11> and yes, assembly based on Lineage 15.1 | 19:41 |
Thaodan | mal: do you have system_properties.xml on fp2? | 19:42 |
Thaodan | I'm not sure if vidc needs it on such an old soc | 19:42 |
mal | Thaodan: no such file | 19:53 |
Thaodan | ok so it might be not needed | 19:54 |
T42 | <11> I want to say again that I made these changes in minimedia.cpp https://pastebin.mozilla.org/nDaBXfK4 | 19:56 |
T42 | <11> this interfered with the assembly, and the instructions in hadk-hot did not help | 19:57 |
mal | what do you mean? why did you do that? | 19:58 |
T42 | <11> it interfered with the assembly, wrote that an unknown function or something like that | 20:00 |
Thaodan | 11: That is probably because you have android with audiosession api applied | 20:07 |
Thaodan | https://github.com/LineageOS/android_frameworks_av/commit/14259c0d9a8b829f2217c9297cd8070f8b85c3fc | 20:07 |
Thaodan | You need to revert that change (or someone needs to fix droidmedia for lineage as said earlier) | 20:08 |
T42 | <11> I don't want to do it by hand | 20:09 |
T42 | <11> I'm talking about reverse changes | 20:09 |
T42 | <11> how can i download diff? | 20:10 |
mal | @11 you don't need that now since you already hacked minimedia, and that audio policy only affect video recording | 20:10 |
Thaodan | 11: Do git revert <commit> in that directory you have frameworks av and then build android wit that | 20:10 |
Thaodan | mal: good point | 20:10 |
Thaodan | So yeah skip that for now | 20:11 |
mal | Thaodan: also wondering if the audio policy code would work on non-lineage devices if we just add the new functions unconditionally | 20:11 |
Thaodan | mal: you mean on the android side? | 20:12 |
mal | Thaodan: or are those in any way separated in android code with some ifdef or something | 20:12 |
Thaodan | mal: You would modify the interface class which are you not allowed to since it breaks all users of said class. | 20:12 |
Thaodan | For cases were manufactures applied hacks we have ifdefs e.g. mtk | 20:13 |
Thaodan | https://github.com/sailfishos/droidmedia/commit/0b304b6a475267371c8139d63891fa9ec6085240 | 20:13 |
Thaodan | ^ | 20:13 |
T42 | <11> and what should I do with this codec? | 20:15 |
T42 | <11> OMXNodeInstance: !!! Observer died. Quickly, do something, ... anything... | 21:29 |
mal | that happens when something crashes or fails terribly | 21:33 |
T42 | <11> well, before that there was only setting up a device for audio output (re @SailfishFreenodeIRCBridgeBot: <mal>that happens wh...) | 21:34 |
T42 | <11> i.e. size setting, after audio, and immediately this error, and then Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE | 21:34 |
T42 | <11> i.e. size setting, after audio, and immediately this error, and then Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE | 21:34 |
T42 | <11> sorry for replying to your post | 21:35 |
T42 | <11> https://pastebin.mozilla.org/gap69ywM | 21:35 |
T42 | <11> BufferQueueProducer: [DroidMediaCodecBufferQueue] connect: already connected (cur=3 req=3) | 21:39 |
mal | those messages are after the crash of codec looper | 21:39 |
T42 | <11> SurfaceUtils: Failed to connect to surface 0xae33c200, err -22 | 21:39 |
T42 | <11> mal hmmm, should i do a reboot? | 21:40 |
mal | sure, although not sure if it will help | 21:40 |
T42 | <11> https://pastebin.mozilla.org/jT4Carya | 21:42 |
mal | maybe running gallery app via gdb from terminal could tell where is crashes? | 21:43 |
T42 | <11> it crashes when i start any video | 21:44 |
T42 | <11> any application where there is a video simply freezes or crashes | 21:45 |
mal | yes but with gdb you could see which part of the code crashes it | 21:45 |
T42 | <11> How can I not go into the debugger | 21:45 |
T42 | <11> what is the gallery package called? | 21:46 |
mal | you install gdb if it's not already installed then just "gdb jolla-gallery" | 21:46 |
T42 | <11> and I don't know how to use it so that it writes everything, I can only run the code line by line | 21:47 |
mal | not sure what you mean | 21:48 |
T42 | <11> https://pastebin.mozilla.org/xYQbZf5W | 21:49 |
mal | after you run "gdb jolla-gallery" then in the prompt it show type "run" | 21:49 |
mal | hmm | 21:49 |
mal | thread apply all bt | 21:49 |
mal | strange error | 21:49 |
mal | before you type "run" do this "handle SIGILL pass nostop noprint" | 21:51 |
T42 | <11> https://pastebin.mozilla.org/OhnV2tKD | 21:52 |
mal | are you trying to run that as root using telnet? you should be running it as defaultuser via ssh | 21:54 |
T42 | <11> I ran via telnet through the defaultuser user | 21:55 |
mal | telnet uses root not defaultuser | 21:56 |
mal | just use ssh like I said, you can set password for the user from developer settings or using "passwd defaultuser" via telnet | 21:57 |
T42 | <11> ssh | 21:58 |
T42 | <11> https://pastebin.mozilla.org/R14tJZVT | 21:58 |
mal | first do zypper install -C "debuginfo(build-id)=dddfa9688e5f5f25bbe445382f805a38df4e5f56" and then try again | 22:00 |
mal | and before posting the log type "thread apply all bt" at the end after it crashed | 22:00 |
mal | and of course that zypper command as root | 22:01 |
T42 | <11> No provider of 'debuginfo(build-id)=dddfa9688e5f5f25bbe445382f805a38df4e5f56' found. ['--plus-content debug'?] | 22:03 |
mal | hmm, strange | 22:04 |
T42 | <11> add at the end of '--plus-content debug? | 22:04 |
mal | I think that is actually a know issue, the debug package is not in the jolla repo for that package | 22:05 |
mal | one option is to build gst-droid locally and copying it to the device | 22:05 |
T42 | <11> What is the link to the instructions? | 22:06 |
mal | if you run "build_packages.sh --gg" in your build environment in platform sdk it should build it | 22:06 |
T42 | <11> okey | 22:06 |
mal | it might even already be in your droid-local-repo folder | 22:06 |
mal | check in there first | 22:07 |
T42 | <11> this package is not built, all that is built by this command is droidmedia-localbuild pulseaudio-modules-droid-hidl | 22:11 |
mal | ok, then try running: build_packages.sh --mw=https://github.com/sailfishos/gst-droid.git | 22:14 |
T42 | <11> these packages were already installed but i reinstalled https://pastebin.mozilla.org/HFzKPf1u | 22:30 |
mal | fdid you type what I asked after it crashed? | 22:34 |
T42 | <11> zypper | 22:34 |
mal | not that | 22:34 |
mal | I mean when run the program in gdb after it crashes there should be a prompt like where typed "run", if not then do press ctrl+c first and then check if there was a prompt | 22:36 |
mal | then once you have the prompt (gdb) at the end after the crash you type "thread apply all bt" | 22:38 |
T42 | <11> https://pastebin.mozilla.org/md1SLXUk | 22:41 |
mal | hmm, nothing obvious in that, need to check mor tomorrow, it's quite late already | 22:46 |
T42 | <11> Good night | 22:47 |
Thaodan | mal: debug symbols are missing | 22:49 |
mal | Thaodan: not in that last one? | 22:57 |
mal | Thaodan: based on earlier logs that gst_droidvdec_configure_state is seen in crashing thread | 22:57 |
Thaodan | mal: hm I only saw the first one | 22:59 |
* Thaodan misses debuginfod in SailfishOS | 22:59 | |
Thaodan | the first backtrace looked much different hm | 23:01 |
Thaodan | strange that there's so few information | 23:01 |
mal | Thaodan: that suggests something might crash in android side really | 23:03 |
mal | making gdb not so good | 23:03 |
Thaodan | mal: would libhybris debug symbols help? | 23:09 |
mal | maybe | 23:11 |
mal | Thaodan: the earlier gdb output doesn't mention any libs in android side | 23:13 |
mal | which lists the missing symbols | 23:13 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!