1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/390050-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html> 1.6 +<head> 1.7 +<style type="text/css"> 1.8 +.entry { 1.9 + -moz-column-width: 25em; 1.10 + -moz-column-gap: 3em; 1.11 +} 1.12 +</style> 1.13 + 1.14 +</script> 1.15 + 1.16 +</head> 1.17 +<body><div class="entry"> 1.18 +<p>Edit: Wow, quick response there! Thanks for the pointers guys, looks like the dbginfo 1.19 +packages are there, just take a bit to get to. I had installed the dbg packages (or at 1.20 +least some of them, the ones that I saw with apt-cache search dbg that were relevant), but 1.21 +there wasn’t coverage for some packages — in particular the x server. I’m 1.22 +going to try Travis’s suggestion, thanks!</p> 1.23 +</div> 1.24 +</body> 1.25 +</html>