Comment # 5
on bug 81680
from Eugene
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Can you resolve the r600_dri.so symbols?
> >
> > If you'll explain me how to.
>
> First of all, make sure r600_dri.so has debugging symbols, i.e. is built
> with -g and not stripped.
>
> If the Mozilla crash reporter still doesn't resolve the symbols then, try
>
> addr2line <frame address> -e /path/to/r600_dri.so
>
> for every r600_dri.so frame.
Sorry, but I don't understand how to determine how r600_dri.so was built and
etc.