The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
22 views

Remove git history for distributing project for bug report?

My iOS app is having a strange core data bug, and I contacted Apple's developer technical support for help. They are asking me to submit a copy of the offending code, so they can see what is going on ...
0
votes
2answers
45 views

Android app bug reporting

I am aware that there are many bug reporting tools, such as ACRA, that can generate content-rich crash reports. But my question is: Is it possible to identify bugs that don't cause a crash? For ...
2
votes
1answer
40 views

Is there a framework available to collect user feedback on an SWT GUI?

After 2 years of development, our Eclipse RCP desktop application is finally finished. The last step in development is to allow the client to provide feedback on the wording and labels in the ...
0
votes
2answers
144 views

Android - Crash report notification

How can I show notification that shows when the application crashed (or service crashed), and if the user click on it, it send the StackTrace by email? I saw some applications that do that.
0
votes
0answers
12 views

How to solve issues that can't be replicated (file not existing)

First of all sorry if this is offtopic I'm not sure where this kind of question does fit. With a library I wrote quite a few people are complaining that the main functions do not work. They report ...
2
votes
0answers
41 views

Bug Repository for iPhone iPad apps

Is there any opensource or public domain repository of bugs where one can see the bugs for ios app, for a particular app. There are some for android, since it is open source, such as bug repository ...
0
votes
0answers
12 views

bug in update-manager of ubuntu 11.04

I am using ubuntu 11.04. Am getting following error while accessing update manager. The exact error is as follows: "Could not initialize the package information An unresolvable problem occurred ...
0
votes
1answer
112 views

Which OpenSource tools use to deliver QA platform

I have recently installed Mantis for bug reporting. I also integrated it with SVN to automatically handle Bug/Issues as resolved. Now I need some web-based, open source, non-Java (my servers supports ...
1
vote
1answer
92 views

ACRA on Android fetch log before error message posted

ACRA loging works fine on my Galaxy S2. I can see reports in GoogleDoc. Problem is that a log ACRA sends doesn't really have error causing crash. Example: What I have in GoogleDoc: 12-06 ...
1
vote
0answers
65 views

Bug reporting solution for monotouch and monodroid

I decided to try out BugSense on the weekend. Firstly, on monodroid I found that if i manually added an exception it worked fine. If i made the app actually crash, nothing was reporting. After a ...
1
vote
0answers
26 views

How do i take a list of defect numbers that are saved in a excel as an input and send a mail to the reporter via outlook

I would like to know how do i take a list of defect numbers that are saved in a excel as an input and send a mail to the reporter via outlook who ever has raised defects. The list of defect numbers ...
0
votes
0answers
84 views

Have I found bug in Game Center

My QA have found this bug. 1. show GKMatchmakerViewController(A pop-up menu of Game Center) 2. press Invite friend. 3. slide down friend list to show search bar, then input some text in search bar. ...
0
votes
1answer
61 views

How do you submit a bug report for .NET now that connect.microsoft.com requires Visual Studio 2012?

Microsoft appears to have removed the ability to submit bug reports for Visual Studio and .Net. If you click "Report a Bug" it takes you to this page. If you click "Submit Bug" it takes you here ...
1
vote
1answer
63 views

Search work item history

Is there a way in Team Foundation Server to search in the work item history? For example, using the query editor you can add the expression "AssignedTo=PersonName" which fetches all tickets assigned ...
0
votes
1answer
34 views

Collectd memcachec plugin broken?

I'm trying to use the memcachec plugin to read data from the memcached, but when I'm using this config: <Plugin "memcachec"> <Page "plugin_instance"> Key "KEY1" Server ...
1
vote
0answers
206 views

Possible iOS Bug with VoiceOver and Onscreen keyboard use

I found what I believe to be a bug in iOS 5.1. It seems like it's specifically on 4S devices. I was really hoping some other iOS developers with Wireless keyboards could test this out. If you find ...
1
vote
1answer
159 views

github, is it possible for public or google account users to report issues?

Is it in any way possible for public (via captcha?) or with a google login to report issues in Github? Or must they be added as a collaborator and registered on github? Sorry this seems like a ...
0
votes
1answer
4k views

writing dumpstate to file android

I need the bugreport option that you can use in adb to go to a file on the sd in my app. I found Android; using exec("bugreport") that explains that you can not run bugreport in the regular ...
0
votes
1answer
198 views

Bugs records database for IIS 7.5 and AP.NET 4.0?

I need to point my customer to IIS 7.5 / ASP.NET 4.0 bug or limitation (2Gb upload limit). As soon as I constantly get complaints about this from customers. Are there any bugs records database or ...
15
votes
1answer
790 views

How to integrate Problem‍​​ Steps Recorder (psr) in my application?

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 there ...
1
vote
0answers
39 views

Good Bug/Feature Task Listing Apps Mac?

Other than using a bog standard to do app, are there any good bug reporting apps and in a to do list fashion for Mac? So I want to be able to have a long list of things I need to do in my app ...
0
votes
3answers
835 views

Android Bug Report

My app is crashing randomly and I dont know why. I saw that there are apps that when there is a force close, you can choose between force close and report. How can I add it to my application? Thank ...
5
votes
5answers
317 views

Which is the best tool for finding bugs in the Java code?

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 ...
1
vote
1answer
108 views

How to report a CPAN module bug

Related to my recent question Perl web serving with nginx and FastCGI - not able to read parameters I began using the module CGI::Fast and found what I'm fairly certain is a bug in it - could be a ...
-1
votes
1answer
72 views

how/where to contact Apple regarding an error of omission in iPad iPhone virtual keyboard [closed]

How does John Q. Public (i.e. an end user, or a developer who isn't part of Apple's developer network) contact Apple to let them know about an error of omission in the iPad and iPhone virtual ...
5
votes
1answer
3k views

Using class based generic view DetailView with a ModelForm reveals a bug - how to proceed?

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 a ...
0
votes
1answer
153 views

Bug reporting tool at client side

This would be an interesting one.. Our team's working on a project, php+jquery+postgres. We would like something good for reporting bugs. Here is the behaviours: At any page, some one (mostly ...
3
votes
2answers
265 views

Light weight Bug reporting javascript form?

Hey folks, I am knee deep in development for a sports league manager application. I thought I recalled seeing a web app / JavaScript plugin / process that would let users just click on a 'hovering ...
0
votes
2answers
57 views

Not sure if I can report a bug in safari the right way! =/

So this is a very weird place I am at. I have been working on a project, a web application development where we have guarded the source very closely and intend to till we release the app. Now there is ...
2
votes
2answers
217 views

How can I find out the result of sending a MadExcept bug report from a Delphi app

I can't find any way of determining whether it was possible to send a bug report from my D2006 app. If MadExcept can make some sort of return code available I can maybe provide some guidance to the ...
1
vote
1answer
400 views

Getting data from the browser's console using javascript

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 off a ...
1
vote
2answers
553 views

Creating a bug report from when the app crashes on the phones of testers?

I'm wanting to have a bunch of people beta test my app on their phones soon. In the event that the app crashes, what's the best way for them to send me a bug report?
1
vote
0answers
100 views

Customer-facing Bug Reporting & Feature Request tools to integrate in C# smartclient

I am developing a business smart-client application using c# 3.5 and WinForms. I am looking for a bug reporting and feature request solution that would allow users to quickly and easily create new ...
1
vote
2answers
686 views

Native bug reporting in Android extendng force close dialog?

I have seen a new native force close dialog with a new button "Send report" on several apps. How can I get it for my app?
1
vote
1answer
214 views

Stop bug reports in HTA ( without admin privileges )

I'm using HTA with frames, the left frame controls the main frame and show pages in it (like a navigation panel), for example: You press the 'google' link on the left and it opens it on the main ...
1
vote
2answers
60 views

When is unexpected functionality a bug, or just poor design

There are times when a programmer clearly has made a deliberate choice in their code structure that results in behaviour that is (at best) unintuitive but not technically a bug in that it's broken. ...
4
votes
2answers
235 views

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. ...
1
vote
3answers
194 views

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 ...
7
votes
3answers
1k views

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 ...
5
votes
3answers
83 views

What information do you request when resolving an issue on a client's box using a desktop app?

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, there ...
23
votes
4answers
6k views

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, ...
1
vote
2answers
258 views

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 ...
3
votes
1answer
516 views

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 ...
1
vote
6answers
263 views

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 ...
15
votes
3answers
2k views

Where can I report .Net Framework bug?

What's the best way to get a bug in a .Net Framework resolved?
0
votes
12answers
232 views

How can I persuade my designer to give good bug reports? [closed]

So we have a small team for a certain project. Developer (Python), designer (html/css/jinja2), content manager. Now, often the designer (html/css/jinja2) (who is quite technically adept in a Windows ...
8
votes
9answers
537 views

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 ...
3
votes
3answers
219 views

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 ...
6
votes
8answers
491 views

How to Report Bugs the Smart Way [closed]

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?
12
votes
14answers
1k views

What is the most questionable bug report you ever received from QA?

Once in a while you get a bug report, usually from someone new in QA who may not fully understand the product yet, that makes you raise an eyebrow. I'll start off with one which my team (both dev ...

1 2