On Thu, Sep 13, 2018 at 05:50:39PM +1200, Tim Makarios wrote:
> Hi,
> 
> Thanks for your work on this so far.  I downloaded
> firefox-esr_60.2.0esr-1~deb9u2.1_i386.deb, installed it via
> > $ sudo apt-get install 
> > ./Downloads/firefox-esr_60.2.0esr-1~deb9u2.1_i386.deand tried to run it, 
> > but it crashes just as before.
> 
> > $ cat /proc/cpuinfo
> gives the following output:
> > processor   : 0
> > vendor_id   : AuthenticAMD
> > cpu family  : 6
> > model               : 8
> > model name  : AMD Athlon(tm) XP 2400+
> > stepping    : 1
> > cpu MHz             : 1998.305
> > 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 3dnowprefetch 
> > vmmcall
> > bugs                : fxsave_leak sysret_ss_attrs spectre_v1 spectre_v2 
> > spec_store_bypass
> > bogomips    : 3996.61
> > clflush size        : 32
> > cache_alignment     : 32
> > address sizes       : 34 bits physical, 32 bits virtual
> > power management: ts
> 
> Let me know if you want more information.

Can you install the firefox-esr-dbgsym package from
https://people.debian.org/~glandium/firefox-esr-dbgsym_60.2.0esr-1~deb9u2.1_i386.deb

and run the following command:

   gdb firefox-esr

At the gdb prompt, type the following commands:

  set pagination off 
  run 
  bt full
  x/i $eip

And attach the output.

Thanks

Mike

Reply via email to