bug-reporting Questions
2
I have an iPhone 8, and I'm trying to trigger a sysdiagnose with iOS 14.4 and up. You'd think that this is well-documented, and it is, but I still can't get it to work.
Here's what I've tried:
If y...
Muldrow asked 21/2, 2021 at 15:53
2
The following code compiles in Clang but does not in GCC:
template<typename T>
struct Widget
{
template<typename U>
void foo(U)
{
}
template<>
void foo(int*)
{
}
};
Ac...
Gunning asked 7/4, 2018 at 12:3
6
Solved
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 $30...
Parallelism asked 23/8, 2010 at 15:36
7
Solved
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 ...
Stertor asked 21/7, 2010 at 1:11
0
Safari on iOS (10.3) jumping (scrolls down) when closing video.js player popup menu by clicking on menu button the second time.
How to reproduce:
https://codepen.io/mkhazov/full/PjBJvb/. Open t...
Showmanship asked 6/7, 2017 at 16:26
0
I have struggled with a bug using LinkedIn's OAuth 2 authentication.
Every time I was trying to "login with LinkedIn" to my site, only via mobile, I would get the authorization server enc...
Nonie asked 15/2, 2017 at 11:2
1
Solved
When I’m programming a Web app and I run into a problem that only seems to happen in one browser, I know that a somewhat-essential step among my overall programming tasks as a “good citizen” is to ...
Bathhouse asked 10/10, 2015 at 22:8
3
Solved
Windows 7 has a wonderful facility called problem steps recorder.
You can start it by typing psr on the command line.
What's the best way to integrate this into a Delphi application?
And is the...
Sciurine asked 14/12, 2011 at 22:37
1
Solved
Here is a SSCCE:
#include <memory>
#include <vector>
template <class T> struct my_allocator : std::allocator<T> {
//This overriding struct causes the error
template <...
Physic asked 19/7, 2015 at 5:50
1
Solved
This code throws an ArgumentOutOfRangeException on the last line
var initAddress = IPAddress.Parse("1.65.128.190");
var ipv6Address = initAddress.MapToIPv6();
Assert.IsTrue(ipv6Address.IsIPv4Mappe...
Assemble asked 12/5, 2014 at 12:17
2
I have a series of circles with borders comprised of smaller circles which I will call 'dots'. I am then animating the circles by rotating them with CSS3's transform, each by either 5 or 15 degrees...
Apron asked 5/12, 2013 at 23:51
1
Solved
Since there was this awesome presentation on Volley I tried to include it in a project I am working on. I found myself correcting some bugs I found in the source code that was published.
Doe...
Labour asked 21/5, 2013 at 9:28
4
Solved
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 change...
Lissa asked 3/11, 2009 at 15:22
5
Solved
I would like to know which tool is best for finding any kind of bugs in my code. I know this may be some what theoretical or never ending question so I would like to modify it in terms of the...
Austinaustina asked 6/9, 2011 at 14:9
1
Solved
I've been impressed how rapidly a functional website can go together with generic views in the tutorials. Also, the workflow for form processing is nice. I used the ModelForm helper class to create...
Stegall asked 3/7, 2011 at 16:27
1
Solved
I don't know if this has been asked before, but what i'd like to be able to do is get data from the error console within the browser itself(if it supports it) this would be for when a user sends of...
Tailorbird asked 20/2, 2011 at 11:30
3
Solved
We write a Windows desktop application that is installed on a few thousand computers that we have no access to. When one of these users reports a bug, even if the description is quite thorough, the...
Unless asked 1/3, 2010 at 17:17
1
Solved
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...
Firestone asked 30/8, 2009 at 9:44
9
Solved
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 t...
Cornfield asked 1/2, 2009 at 4:2
7
Solved
I want to write (or find) a guide to effective bug reporting in a style similar to ESR's How To Ask Questions The Smart Way
What are your top tips for effective bug reports?
Elliellicott asked 27/10, 2008 at 15:35
1
© 2022 - 2024 — McMap. All rights reserved.