bug-reporting

Where do I report a Windows core library problem?

How do I let Microsoft know about a problem I've found in one of their core library routines? Do they have a central repository to report these things? I am not a member of Microsoft Development Network (MSDN). Or should I even bother? ...

How do you encourage end users to fill out trouble tickets?

So, I work in a fairly small IT section. We have a trouble ticketing system that about half of our end users use. Some of my coworkers don't really do much to encourage our end users to use the system we have in place. The end result? Constant interruptions because end users will get us by IM or come to our offices directly for trivi...

Where can I report .Net Framework bug ?

What's the best way to get a bug in a .Net Framework resolved? ...

Bug Reporting in an Application

I would like a form where users can reports bugs about my application. My initial thought was create a random gmail account hard code information about the account in to the application and mail reports to the account from where i can forward them to my email. using JavaMail. I do not want to maintain a SMTP server just the receive bugs...

Anyone tried submitting hs_err files to Sun?

I run a lot of java code on my servers, and occasionally I get a JVM crash, accompanied by a crash dump hs_err_pid file. Lately I've decided to try to be a better netizen, so I examined the latest crash log, made sure it was indeed the latest JVM, and that the crash was not caused by an external library, and then I tried submitting the ...

How Can I Get Embarcadero Quality Central To Do Something About My Bug Report

It's almost a year ago that I asked this question on SO: Menu Accelerator Keys Not Showing Up (Delphi 2009) The Delphi programmers here at StackOverflow were superb with their answers, and within 16 hours, I was able to conclude that this was a bug in the VCL of Delphi 2009 that was not there in Delphi 4. So at that time I reported it ...

Best Practices for Error Logging and/or reporting for iPhone

When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, which means, some user encountered an error and I can dig in to see what they encountered. I'd like something similar on the iphone, wit...

How to instruct users to report a bug in Android

How do you instruct users to report a bug in Android? Any advice or tips? I'd like to get send detailed instructions to my users to get the most of their bug report. I know there are various apps that send bug reports from the device and I was wondering how other Android developers deal with this. ...

Where is the correct place to report a bug in SQL Server?

I have found a fairly insignificant bug in SQL Server 2008. I would like to report this to Microsoft, however, when I went to https://support.microsoft.com/ I realized that I may need to spend $300 CAD to report it. Is there a place where I can report this bug without it costing me any money? Below is a sample of the bug: Works: ...

Javascript Bug Report

Is there any javascript framework for reporting bugs? I'd like to be able to get a copy of the web page the user is currently looking at plus maybe a stack trace on the JS, their current browser etc. and post it to my web application so that when I try to debug the application I spend less time trying to recreate the issue. ...