Tagged Questions
"Works on my machine" is a typical response to a non-reproducible bug that is found in deployed software.
25
votes
23answers
1k views
“Works on my machine” - How to fix non-reproducible bugs? [closed]
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 ...
7
votes
8answers
279 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 ?
3
votes
1answer
468 views
What's wrong with this SQL Create Table Statement?
This SQL query is generated by SQL Server Managment Studio and it throws me an error:
USE [database_name]
GO
/****** Object: Table [dbo].[UserAddress] Script Date: 02/17/2010 11:21:02 ******/
...
1
vote
2answers
423 views
SSIS with COM Interop fails when run as a scheduled job
I have an SSIS Package that utilizes a COM Interop (Interop.RFCOMAPILib.dll) around RightFax's COM API (rfcomapi.dll).
The Interop assembly has been GAC'd so that we can use it within the SSIS ...
1
vote
3answers
960 views
Passing a client certificate only works on my machine
I have a web service that is protected by requiring the consuming third party application to pass a client certificate. I have installed the certificate on the providing web service in production and ...
0
votes
0answers
44 views
Cast causes “Operation could destabilize the runtime” on one ASP.NET 4.0 box and not another
Here's (part of) a simple deserialization method that I've used in .NET 2.0 for years. T is an unconstrained type parameter.
protected virtual T ItemFromString(string s) {
if ...
0
votes
5answers
258 views
It works on my machine
I have uploaded a website to the internet.
Firebug claims that no file is missing and yet on both IE and FF it doesn't look good as expected and also the script doesn't work (no errors).
However, on ...
0
votes
1answer
144 views
Problem with corba in Java
I'm having an issue where I've written a Java App that works perfectly on my development machine and perfectly on a Lab system, however when I install it onto the client machine I get the following ...