Author Topic: Iron Browser  (Read 2336 times)

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #30 on: June 24, 2010, 08:29:26 PM »
@Neal, I have gdb installed, but I am not sure how to use it to debug Iron. I just tried a reboot after I completely removed and re-installed, no joy. Chromium works fine on the laptop.

Thanks for sticking with me on this. ;D

@longtom I will give Midori a try.

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #31 on: June 24, 2010, 09:07:46 PM »
@longtom, thanks Midori is very quick! First browser that I tried on my old laptop that I could play 'Bejeweled' on Facebook (my wifes favorite game) without the screen jittering, and freezing.

Offline longtom

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3342
  • Satellite Station Africa
Re: Iron Browser
« Reply #32 on: June 25, 2010, 12:02:31 AM »
@longtom, thanks Midori is very quick! First browser that I tried on my old laptop that I could play 'Bejeweled' on Facebook (my wifes favorite game) without the screen jittering, and freezing.

Glad you like it.  I do to for a lighter setup.
Regards longtom

PCLinuxOS KDE 32bit
Intel Core 2 Duo E2200 / 2.2 GHz
2GB Ram
Nvidia GT610

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Iron Browser
« Reply #33 on: June 25, 2010, 12:14:48 AM »
@Neal, I have gdb installed, but I am not sure how to use it to debug Iron. I just tried a reboot after I completely removed and re-installed, no joy. Chromium works fine on the laptop.


http://linux.die.net/man/1/gdb
http://www.yolinux.com/TUTORIALS/GDB-Commands.html

genomega

  • Guest
Re: Iron Browser
« Reply #34 on: June 25, 2010, 07:59:56 AM »
Have you tried running dbus-launch iron from Konsole?
or
cd /usr/lib/iron/      ./iron
or
cd /usr/lib/iron/  su   ./iron

The last one from root may generate error messages and tell us
whats going on.

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #35 on: June 25, 2010, 12:59:46 PM »
@Neal, thanks for the polite RTFM (hehe) Here is the output of gdb. Does this mean anything to you?

Code: [Select]
$ gdb /usr/lib/iron/iron
GNU gdb (GDB) 7.1-1pclos2010 (PCLinuxOS release 2010)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-mandriva-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/iron/iron...(no debugging symbols found)...done.
(gdb) run iron
Starting program: /usr/lib/iron/iron iron
/usr/lib/iron/iron: /usr/lib/libz.so.1: no version information available (required by /usr/lib/iron/iron)
[Thread debugging using libthread_db enabled]
/usr/lib/iron/iron: /usr/lib/libz.so.1: no version information available (required by /usr/lib/iron/iron)
[New Thread 0xb6968b70 (LWP 4878)]
[New Thread 0xb6167b70 (LWP 4879)]
[New Thread 0xb5966b70 (LWP 4880)]
[New Thread 0xb5165b70 (LWP 4881)]
[New Thread 0xb4964b70 (LWP 4882)]

Program received signal SIGILL, Illegal instruction.
0x0854e589 in ?? ()
(gdb)

@genomega
Yes, I have tried the commands you posted, all give me the same output...


Code: [Select]
[jaycoke@laptop iron]$ ./iron
./iron: /usr/lib/libz.so.1: no version information available (required by ./iron)
/usr/lib/iron/iron: /usr/lib/libz.so.1: no version information available (required by /usr/lib/iron/iron)
Illegal instruction

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Iron Browser
« Reply #36 on: June 25, 2010, 01:08:52 PM »
@Neal, thanks for the polite RTFM (hehe) Here is the output of gdb. Does this mean anything to you?

 :o :o I didn't intend it that way! :o :o :o You said you didn't know about gbd, so I posted some links. That is not something I ever say. :( :( :(



Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #37 on: June 25, 2010, 04:40:17 PM »
Neal, I didn't take it that way... ;) The links you posted were very helpful! I learned how to run a debug command by reading the links. Unfortunately my attempt at humor was lost in the translation. :-\ Now I just need to learn how to decipher the output of dbg.

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Iron Browser
« Reply #38 on: June 25, 2010, 04:56:36 PM »
Neal, I didn't take it that way... ;) The links you posted were very helpful! I learned how to run a debug command by reading the links. Unfortunately my attempt at humor was lost in the translation. :-\ Now I just need to learn how to decipher the output of dbg.


Deciphering debug info isn't always easy, IMO. I use Linux Google a lot for things like that.
Maybe one of the others following this thread can decipher your debug output. We can hope, eh?


genomega

  • Guest
Re: Iron Browser
« Reply #39 on: June 25, 2010, 07:30:34 PM »
No useful information with gdb.  When you tried ./iron from root, no error messages were generated, just the lib msg?

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #40 on: June 25, 2010, 08:03:10 PM »
genomega, same output with root as user with and without gdb.

There is an update for Iron available though. But it requires an update of glibc --> 2.11 our version in the repo is 2.10.1

SRWare forum post here
http://www.srware.net/forum/viewtopic.php?f=18&t=1502&sid=1de2dd6ed369ec3a4ff273f7287962f0

genomega

  • Guest
Re: Iron Browser
« Reply #41 on: June 25, 2010, 09:19:13 PM »
genomega, same output with root as user with and without gdb.

There is an update for Iron available though. But it requires an update of glibc --> 2.11 our version in the repo is 2.10.1

Looks like Iron is trying to be a bleeding edge program, glibc is the library that defines all of the system calls and all other basic functions of gnu/linux, it may be awhile before we see 2.11.

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: Iron Browser
« Reply #42 on: June 25, 2010, 09:27:17 PM »
Yeah, thats kind of what I figured. I don't think I am going to bother asking for an update. There are enough other good browsers out there. ;D