Tagged Questions

19
votes
22answers
803 views

“Works on my machine” - How to fix non-reproducible bugs?

Very occasionally, despite all testing efforts, I get hit with a bug report from a customer that I simply can't reproduce in the office. (Apologies to Jeff for the 'borrowing' of the badge) I have …
11
votes
10answers
471 views

css problem: Absolutely positioned parent and float:right child stretches

In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
10
votes
7answers
1k views

How can I restore svn control if the .svn folder has been damaged?

I've got a couple large checkouts where the .svn folder has become damaged so I'm getting and error, "Cleanup failed to process the following path.." And I can no longer commit or update files in that …
9
votes
12answers
2k views

“Can’t locate Foo.pm in @INC”. What’s the easiest way to install a missing Perl module?

I get this error: Can't locate Foo.pm in @INC Is there an easier way to install it than downloading, untarring, making, etc?
7
votes
7answers
1k views

Best free Java .class viewer?

I've used DJ Java Decompiler, which has a handy GUI, but it seems as if the latest version is only a trial and forces you to purchase the software after some period of days (I recall using an earlier …
7
votes
10answers
5k views

Oracle - What TNS Names file am I using?

Sometimes I get Oracle connection problems because I can't figure out which tnsnames.ora file my database client is using. What's the best way to figure this out? ++happy for various platform …
6
votes
9answers
274 views

Tips on walking through unfamiliar code or info on tools that help the process?

I would love tips on how to walk unfamiliar code with many objects. Before OOP this was still a difficult thing and I would do it with listings and have tabs and 8 fingers holding my place. With …
5
votes
6answers
728 views

What’s the easiest to remember publicly pingable IP address?

For frequent network troubleshooting purposes, do you know a publicly pingable host with an easy to remember IP address (such as 1.2.3.4)?
5
votes
9answers
153 views

Troubleshooting user issues - techniques?

This is a pretty general question - but what are some of your strategies / procedures for troubleshooting issues that users find? Specifically, I'm talking about web based programming - a combination …
4
votes
5answers
151 views

How to troubleshoot .NET application that just disappears?

One of our .NET 2.0 application started to just randomly disappear. There are no records in the Event log, Dr. Watson doesn't generate crash dump, no nothing... How to troubleshoot this application?
4
votes
6answers
199 views

Ruby Array.inject issue — Can’t see it

I am trying to store values from an array, to a hash (array value is the key, value just 0). Here is my code. Any ideas? [1, 2, 3, 4].inject({}) {|result, e| result[e] = 0} This is the error I …
4
votes
8answers
204 views

how do you troubleshoot with “works on my machine” scenarios

It happens lot of the time that when you report a bug to a developer, he comes back saying "it works on my system" though its a browser app. How do you go about sorting that out ?
4
votes
8answers
334 views

What is your FIRST SQL command to run to troubleshoot SQL Server performance?

When the SQL Server (2000/2005/2008) is running sluggish, what is the first command that you run to see where the problem is? The purpose of this question is that, when all the answer is compiled, …
4
votes
7answers
1k views

How do I troubleshoot why my rewrite rules aren’t being applied by apache?

I've got a tomcat 6 web app running with apache httpd as the front end. I'm using mod_proxy and mod_proxy_ajp to forward the requests to tomcat. My server is running ubuntu. Now I'm trying to use …
3
votes
1answer
54 views

Converting vb.net code to python for educational purposes. Output of a numeric value not occuring.

My day job is mainly coding in vb.net, so I am very familiar with it. While doing my first few dozen project euler problems, I used vb.net just to get the hang of the problem styles. Now I'd like to …

1 2 3 4 5 11 next
15 30 50 per page