maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900 (https://talk.maemo.org/showthread.php?t=84829)

xes 2013-01-15 09:05

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Dear freemangordon....

You said that the latest png libs available in the thumb repo should be about 20-30% faster.
In my opinion it is not true.

I think that the percentage is really higher!!! :D
In my opinion is should be about 50% ..or more.
I don't know if it is due to other system updates....but damn, it's fast like ever!

bharathkumarst 2013-01-15 11:06

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Dear freemangordon...

Should this also be a bug?

http://talk.maemo.org/showpost.php?p...7&postcount=38
http://talk.maemo.org/showpost.php?p...8&postcount=40

Thanks in advance.

freemangordon 2013-01-15 11:21

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by bharathkumarst (Post 1315041)

Did update anything before the crashes started?

Could you give me the output from :

dpkg -l | grep microb
dpkg -l | grep libpng
dpkg -l | grep zlib

bharathkumarst 2013-01-15 11:30

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1315045)
Did update anything before the crashes started?

Could you give me the output from :

dpkg -l | grep microb
dpkg -l | grep libpng
dpkg -l | grep zlib

Thanks for your notice freemangordon.

I did not update anything intentionally.

Should I have to run the same commands as mentioned by you or in this order?:
dpkg -l
grep microb
dpkg -l
grep libpng
dpkg -l
grep zlib

I am asking this bcos I could not see the symbol "|" in my N900 Kbd.

I tried dpkg -l, it listed. But when I tried grep microb, x-term looks as if it is waiting for some kbd input. Got Confused...!

Thnaks in advance.

Sourav.dubey 2013-01-15 11:43

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by bharathkumarst (Post 1315047)
Thanks for your notice freemangordon.

I did not update anything intentionally.

Should I have to run the same commands as mentioned by you or in this order?:
dpkg -l
grep microb
dpkg -l
grep libpng
dpkg -l
grep zlib

I am asking this bcos I could not see the symbol "|" in my N900 Kbd.

I tried dpkg -l, it listed. But when I tried grep microb, x-term looks as if it is waiting for some kbd input. Got Confused...!

Thnaks in advance.

yup
that's pipe symbol dude
for extra symbols press left side blue arrow key, keep pressing and press above one i.e Sym ctrl

bharathkumarst 2013-01-15 12:14

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1315045)
Did update anything before the crashes started?

Could you give me the output from :

dpkg -l | grep microb
dpkg -l | grep libpng
dpkg -l | grep zlib

Dear freemangordon,

Pl find the o/p:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso31+0cssu0) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ dpkg -l | grep microb
ii microb-eal 2.9.5-1.23+0m5 MicroB Web Engine.
ii microb-engine 1:20100401-1.9.2-5.2+0m5+0cssu0+thumb0 Package of MicroB libraries based on Mozilla
ii microb-engine-common 1:20100401-1.9.2-5.2+0m5+0cssu0+thumb0 Package of MicroB libraries based on Mozilla
ii microb-engine-settings-002 0.0.2-1+0m5+21187+0m5 Settings for microb-engine
ii microb-geolocation 1.1.5-6+0m5 MicroB GeoLocation provider extension
ii microb-l10n 0.4.6-1+0m5 Localization package for microb-engine
~ $ dpkg -l | grep libpng
ii libpng12-0 1.2.49-1maemo1+0cssu3+thumb0 PNG library - runtime
~ $ dpkg -l | grep zlib
ii zlib1g 1:1.2.7.dfsg-13maemo1+0cssu1+thumb0 compression library - runtime
~ $

freemangordon 2013-01-15 13:19

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
@bharathkumarst - dpkg output looks fine. Could be that your browser cache got corrupted because of the crash, though I can't help you with cleaning it.

however, you may want install sysklogd, reboot and upload /var/log/syslog (after browser has crashed) somewhere. PM me the link to that file.

AapoRantalainen 2013-01-15 16:48

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Suggestion: compile libc6 with gcc-4.7-thumb
No proper patch yet, but seems it needs only one modification:
Code:

apt-get source libc6=2.5.1-1eglibc27+0m5
cd glibc-2.5.1/
fakeroot dpkg-buildpackage
->fails

Then patch:
Code:

build-tree/glibc-2.5/elf/Makefile
-                      -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \
+                      -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \

And continue building
Code:

cd build-tree/armel-libc
make
->success


bharathkumarst 2013-01-16 05:57

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by freemangordon (Post 1315101)
@bharathkumarst - dpkg output looks fine. Could be that your browser cache got corrupted because of the crash, though I can't help you with cleaning it.

however, you may want install sysklogd, reboot and upload /var/log/syslog (after browser has crashed) somewhere. PM me the link to that file.

Pl check PM for the syslog file link. Thanks in advance.

freemangordon 2013-01-16 07:33

Re: [ANNOUNCE] CSSU-thumb thread - stable Thumb2 on N900
 
Quote:

Originally Posted by bharathkumarst (Post 1315340)
Pl check PM for the syslog file link. Thanks in advance.

What is seen from the logs is that "browser", i.e. UI , (not "browserd") segfaults:

Code:

.
.
.
Jan 15 20:55:38 Nokia-N900 browser[1659]: GLIB CRITICAL ** default - browser_engine_is_alive: assertion `self->web' failed
.
.
.
Jan 15 20:55:39 Nokia-N900 maemo-launcher[1015]: child (pid=1659) terminated due to signal=11

browser UI is closed source :( , so I really can't do much to help you. And if everything else in the system works ok, I'd rather say it is not related to -thumb.

I guess your bookmarks (DB), offline cache or some other browser file/DB got corrupted, but unfortunately can't help you with fixing that.

check if your "/usr/share/bookmark-manager/bookmarks/MyBookmarks.xml" is (or at least seems) ok. I don't know where user added bookmarks are stored, sorry, but you should check them too.

As I am convinced your problems are not related to cssu-thumb, you'd better continue on the "application x closed" thread.


All times are GMT. The time now is 00:38.

vBulletin® Version 3.8.8