Active Topics

 


Reply
Thread Tools
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#1291
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!!!
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!
 

The Following 6 Users Say Thank You to xes For This Useful Post:
Posts: 93 | Thanked: 18 times | Joined on Oct 2011 @ Coimbatore, India
#1292
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.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#1293
Originally Posted by bharathkumarst View Post
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.
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
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following User Says Thank You to freemangordon For This Useful Post:
Posts: 93 | Thanked: 18 times | Joined on Oct 2011 @ Coimbatore, India
#1294
Originally Posted by freemangordon View Post
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.

Last edited by bharathkumarst; 2013-01-15 at 11:32.
 
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#1295
Originally Posted by bharathkumarst View Post
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
 

The Following 5 Users Say Thank You to Sourav.dubey For This Useful Post:
Posts: 93 | Thanked: 18 times | Joined on Oct 2011 @ Coimbatore, India
#1296
Originally Posted by freemangordon View Post
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
~ $
 

The Following User Says Thank You to bharathkumarst For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#1297
@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.
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#1298
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
 

The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 93 | Thanked: 18 times | Joined on Oct 2011 @ Coimbatore, India
#1299
Originally Posted by freemangordon View Post
@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.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#1300
Originally Posted by bharathkumarst View Post
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.
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Reply

Tags
code size, dinosaurs, fmg ftw!, fmg.da.king, performance, thumb, thumb life


 
Forum Jump


All times are GMT. The time now is 14:43.