Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 650
lkessler Avatar asked Nov 09 '08 16:11

lkessler


People also ask

How do I report a bug in Visual Studio?

In Visual Studio, select the feedback icon in the upper-right corner and select Report a Problem. You can also access the feedback tool from the menu Help > Send Feedback > Report a Problem.


2 Answers

There is no official way to report bugs to Microsoft for an end-user. If you are participating in a beta program for an upcoming release, the beta program includes a bug-reporting channel. Otherwise, if the bug causes problems that you want to get resolved, you can call Microsoft support, and they will help you solving the problem (be it by providing a patch, or a work-around); if the problem turns out to be caused by a bug indeed, they will refund the costs of the support call.

Microsoft does have a central repository (perhaps separate ones per product), but this repository is not accessible for the general public.

like image 99
Martin v. Löwis Avatar answered Nov 15 '22 08:11

Martin v. Löwis


If it's a documentation bug (or if the documentation should call it out), you can get good results with the Feedback links in MSDN library. You can report bugs in Microsoft developer tools (among other things) by signing up at connect.microsoft.com.

If you're sure you've found a bug in a core library routine, you can raise a PSS (support case. It'll cost you money, but if it turns out you're right (and they issue you a hotfix), I think that they refund the money.

I've never been so confident that I've found a bug that I'm willing to make that gamble.

like image 24
Roger Lipscombe Avatar answered Nov 15 '22 06:11

Roger Lipscombe