Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43395 > unrolled thread
| Started by | matt.topolinski@gmail.com |
|---|---|
| First post | 2013-04-11 11:17 -0700 |
| Last post | 2013-04-13 17:45 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
splinter web browser simulator causing constant BSODs matt.topolinski@gmail.com - 2013-04-11 11:17 -0700
Re: splinter web browser simulator causing constant BSODs Kev Dwyer <kevin.p.dwyer@gmail.com> - 2013-04-13 17:45 +0100
| From | matt.topolinski@gmail.com |
|---|---|
| Date | 2013-04-11 11:17 -0700 |
| Subject | splinter web browser simulator causing constant BSODs |
| Message-ID | <1b032cd8-a782-4326-9e47-18251feafe16@googlegroups.com> |
Hello, I'm trying to torubleshoot this issue for a user I support. He is running the splinter web browser simulator trough Google Chrome, and it appears to be causing his workstation to constantly BSOD. His machine has the following hardware: Dual Xeon E5-2637 Processors NVIDIA Quadro 600 - connected to 3 24" LCDs via displayport 24GB DDR3 ECC RAM Seagate ST2000DM001 2TB Data Drive Crucial 512GB SSD CT5-CT512M4SSD1 Boot drive Windows 7 x64 Enterprise We have experienced absolutely no BSODs when troubleshooting this machine ourselves, however we're obviously not running the software he uses. We've swapped out the motherboard and the video card, as the BSODs "suggest" an issue related to the PCI bus. I think this script is somehow causing his display driver to crash, or maybe the dual CPUs is an issue, but I don't know much about Python. Does anyone have any experience with this? Any additional help would be greatly appreciated.
[toc] | [next] | [standalone]
| From | Kev Dwyer <kevin.p.dwyer@gmail.com> |
|---|---|
| Date | 2013-04-13 17:45 +0100 |
| Message-ID | <mailman.556.1365871540.3114.python-list@python.org> |
| In reply to | #43395 |
matt.topolinski@gmail.com wrote: > Hello, > > I'm trying to torubleshoot this issue for a user I support. He is running > the splinter web browser simulator trough Google Chrome, and it appears to > be causing his workstation to constantly BSOD. > > His machine has the following hardware: > > Dual Xeon E5-2637 Processors > NVIDIA Quadro 600 - connected to 3 24" LCDs via displayport > 24GB DDR3 ECC RAM > Seagate ST2000DM001 2TB Data Drive > Crucial 512GB SSD CT5-CT512M4SSD1 Boot drive > Windows 7 x64 Enterprise > > We have experienced absolutely no BSODs when troubleshooting this machine > ourselves, however we're obviously not running the software he uses. We've > swapped out the motherboard and the video card, as the BSODs "suggest" an > issue related to the PCI bus. I think this script is somehow causing his > display driver to crash, or maybe the dual CPUs is an issue, but I don't > know much about Python. > > Does anyone have any experience with this? Any additional help would be > greatly appreciated. Hello, You might be better off asking at the splinter user list on Google Groups (https://groups.google.com/forum/?fromgroups#!forum/splinter-users). I expect they might like to see some sopecifics on the BSOD too. Cheers, Kev
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web