You are not logged in.
Pages: 1
Hello,
Any advise please regarding an internet browser?
I tried Firefox, vivaldi, midori, chromium without success.
Thank you.
Offline
Are there any specific error messages? What's the output if you start them from a terminal?
Offline
Given you have an 'AMD Athlon(tm) XP 2000+' I think vivaldi and chromium are no option (both need SSE2).
chromium might be compilable without SSE2 support, given we are using the system ffmpeg, but I didn't test this yet.
I'm a little bit puzzled, why Firefox doesn't work, but I can say that 512 MB for instance are not enough even for
seamonkey. How much memory do you have?
Offline
>How much memory do you have?
└»»free -t
total utilisé libre partagé tamp/cache disponible
Mem: 1545312 127412 1099776 2660 318124 1233908
Partition d'échange: 1048572 0 1048572
Total: 2593884 127412 2148348└»»dmesg | grep Memory:
[ 0.000000] Memory: 1537884K/1572408K available (6515K kernel code, 645K rwdata, 2700K rodata, 788K init, 448K bss, 34524K reserved, 0K cma-reserved, 679880K highmem)└»»seamonkey
Instruction non permise (core dumped)
Last edited by mulanee (2018-03-26 16:59:52)
Offline
That's actually plenty. So, most browser now also use optimizations.. *sigh*.
Can you post a complete 'cat /proc/cpuinfo', especially the flags section of supported features?
Offline
>Can you post a complete 'cat /proc/cpuinfo', especially the flags section of supported features?
└»»cat /proc/cpuinfo
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 8
model name	: AMD Athlon(tm) XP 2000+
stepping	: 1
cpu MHz		: 1666.506
cache size	: 256 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow cpuid 3dnowprefetch vmmcall
bugs		: fxsave_leak sysret_ss_attrs spectre_v1 spectre_v2
bogomips	: 3333.01
clflush size	: 32
cache_alignment	: 32
address sizes	: 34 bits physical, 32 bits virtual
power management: tsOffline
Ok. You have cmov, mmx and sse. So actually, when we aim at a PIII, then this should be ok.
So the problems must stem from SSE2, I would say..
Offline
Ok. Just tried on a real Alix1.e, there I can reproduce a segfault:
#0 0xb7f02cd9 in __kernel_vsyscall ()
#1 0xb7edac62 in raise () at /usr/lib/libpthread.so.0
#2 0xb33ecaa4 in () at /usr/lib/seamonkey-2.49.2/libxul.so
#3 0xb7f02cf0 in <signal handler called> ()
#4 0x8ccde734 in () at /usr/lib/librsvg-2.so.2
#5 0x8cc48272 in () at /usr/lib/librsvg-2.so.2
#6 0xa9f9d180 in xmlParseStartTag () at /usr/lib/../lib/libxml2.so.2
#7 0xa9fa4619 in () at /usr/lib/../lib/libxml2.so.2
#8 0xa9fa517b in xmlParseChunk () at /usr/lib/../lib/libxml2.so.2
#9 0x8cc471d0 in () at /usr/lib/librsvg-2.so.2
#10 0xa090089c in ()
at /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
#11 0xb6b6e014 in () at /usr/lib/libgdk_pixbuf-2.0.so.0
#12 0xb6b6e6ed in gdk_pixbuf_loader_write () at /usr/lib/libgdk_pixbuf-2.0.so.0Program terminated with signal SIGILL, Illegal instruction.
#0 0xb7f02cd9 in __kernel_vsyscall ()=> 0xb7f02cd9 <+9>: pop %ebp
No, the disassembly doesn't make sense to me (yet, this looks like a completly broken stack).
Unfortunatelly on libvirt/qemu, even when emulating a Pentium III, seamonkey runs without any problems there
(experienced before with iPXE running in Qemu under i486, but not on a real i486).
The flags on the emulation are:
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 mmx fxsr sse cpuid x2apic hypervisor cpuid_fault
Offline
Pages: 1