problem about bug-tracking-Collection of common programming errors
Benju
bug-tracking stack-trace fogbugz fogbugz-api
We have been looking at automatically logging all unexpected client errors to our bug tracker. For reference our application is written in Java/GWT/Guice/Hibernate/Jetty and our bug tracker is the hosted version of FogBugz which can create bugs programatically or via an email.The biggest problem I see with doing this is stack traces that happen in a loop overload the bug tracker by creating thousands of cases. Does anybody have a suggested way to handle automatic bug creation like this?
Ben Gartner
bug-tracking
so i am a big Fan of Mylyn. I like to manage all my Tickets/Tasks etc in Trac.I am looking forward to get an app like Mylyn for my regular Desktop outside Eclipse. Its not really programming related…but managing Tasks is one challenge we are facing every Day.Any suggestions?Edit: At the moment i am starting my own solution for this. I post it here when its ready.
sleepy
php apache bug-tracking
It is painful to fish out things from apache error_log. Does anybody have pointers to some better error collection mechanism. Something like what is described in “Using FogBUGZ to Get Crash Reports From Users – Automatically!”, but for a PHP/apache webappMore specifically, some mechanism to hook the errors that is thrown by PHP to some bug tracking software. Maybe pointers to some library/code which captures the errors/warnings and collect the data which can be entered into the bug-tracking soft
Prabhu. S
language-agnostic process bug-tracking
In my current company there isn’t clear understanding between the test and development teams as to how severe a bug should be? There are arguments which go back and forth to reduce or to increase the severity. We are not as of now aware of any documents which lays the rules. The tester raises the bug and assigns priority based on his intuition. The developer would request a change based on his load or some other factor.How are severity/priority of bugs classified? Are there any standards which g
Jeff Axelrod
android forum bug-tracking
How can I accept feedback like bug reports, suggestions, and comments from my users in-app? From what I can tell, the Android platform and Play offer no solutions for issue tracking or forums.To clarify, I’m not looking for a way to submit crash reports exclusively, and I’m not looking to track user behavior. I’m looking for a way for users to report unexpected behavior, ideas for enhancements, etc.
George Stocker
bug-tracking guidelines issue-tracking
How important is it for a bug report to be formatted? What should it contain?I see the following sections in a bug report usually:steps to reproduce what I see what I have to see explanationWhat is the best solution for formatting a bug report and what it should contain?
Svish
c# email bug-tracking
I would like my program to email me a bug-report when it fails. Is there any way of doing this… safely? I have found I can use System.Net.Mail MailMessage and SmtpClient and such, but of course, I will have to provide a username and a password to it (unless someone knows of one that doesn’t need it?). And putting that in code I find a bit… I don’t know. Technically it would mean that anyone could look at the source code or the compiled IL code (or what it was called) and find that username a
Robert Harvey
bug-tracking
When planning and prioritizing what is to be included in a release, do you distinguish between bugs, feature enhancements and new features? For example, do bugs always take priority – do you fix all known bugs before working on new features? Do you use a formal system for comparing the cost vs. value of each change in your backlog? And if so, do you compare bugs and features using the same formula? Is this different for commercial software vs. open source vs. in-house corporate software?EDIT: S
SyntaxT3rr0r
java api google bug-tracking
I talked yesterday to an Android app developer for a few minutes and he showed me a really cool feature: automated app crash reports reported directly inside a Google spreadsheets. Basically he made the app crash on purpose using some kind of easter eggs, then went on his Google docs accounts and, sure enough, the bug report was there.From what I understood he’s basically doing an HTTP POST to some Google server (I think to recall spreadsheet.google.com or something like that) everytime an app c
BeachRunnerFred
c++ deployment bug-tracking
I’ll be deploying a C++/DirectX/Windows game at the end of January to my customer and I’d like to setup an easy way for them to submit bug reports. Should I setup a website for this? Should I build it into the user interface of the game? Should I just have them send me an email? At a very high level, what are some ideas for an effective, and somewhat easy to implement, system I can build to allow customers to submit bug reports that describe the bug, the conditions under which it occurred, a
Jeffrey Blattman
android ios service bug-tracking
What error & bug tracking systems exist for Android (and also iOS)? For example, app crashes and sends report to the server, or keeps record of bugs and sends a report once in a month.
Hannson
bug-tracking go
Where can I file bug reports for the Go language? I mean reports about a crashing compiler or something else about Go that does not work as advertised. It would also be interesting to just read through them.
joecks
android bug-tracking
Is there a way to report Bugs, similar to the Android Feedback Client, but without registering my application at the market. I’m still working on the application and some users are alpha testing it so it would be useful to receive reports/ stacktraces etc. Is there a common way or an application for that?
dsolimano
apple bug-tracking crash-log
Are there any tools available for consuming Apple’s crash logs into a bug tracking system? Alternatively, do any bug trackers already include this as a feature or add-in?
vidstige
objective-c ios5 bug-tracking bugsense
I have come across BugSense which I had implemented in one of my recent APP by generating a API in BugSense site. I had followed the DOC provided by BugSense and configured the tool successfully in my APP.When I connect my device to my system and run my APP in debug mode, I see the below log in the console window.BugSense –> Processing crash report… BugSense –> Crashed on 2011-11-23 07:32:13 +0000 BugSense –> Crashed with signal SIGABRT (code #0, address=0x34417a1c) BugSense –>
vidstige
android activity crash bug-tracking bugsense
My app has 3 activities A,B and C. From A (the “home”) i can start B and from B i can start C.Do i have to call BugSenseHandler.setup(this, MY_API_KEY); only in A or also in B and C?
Sam888
jvm bug-tracking crash
My Application is using SwingWorker for executing different tasks which in turn communicating many third party DLLs, attach herewith the crash log :Please help :___________________________________________________________________ # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d7e757a, pid=6248, tid=11036 # # JRE version: 6.0_22-b04 # Java VM: Java HotSpot(TM) Client VM (17.1-b03 mixed mode windows-x86 ) # Problematic fram
fuzzbone
bug-tracking
I’ve developed a “Proof of Concept” application that logs unhandled exceptions from an application to a bug-tracking system (in this case Team Foundation Server, but it could be ANY bug tracking system). A limitation of this idea is that I don’t want duplicate Bug Items opened every time the same exception is thrown (for example, many users encounter the exception – it’s still a single “bug”).My first attempt was to store the Exception Type, Message and Stack Trace as fields in the Bug Tracking
OneWorld
windows crash microsoft bug-tracking appcrash
Everybody has seen this window before. It shows up on an unhandled exception or maybe other cases like app hang:First, what does it? (It was never useful to me)Secondly, can I – as a developer – use it in any way? I wondered, if I can register at microsoft and then see all bug reports that were send through this dialog. As this window promises to find a solution: Can I actually provide a solution to my users? Like refering them to a webpage or providing an update?I know from the android appstore
S.Lott
bug-tracking stack-trace formal-languages
If you look at the call stack of a program and treat each return pointer as a token, what kind of automata is needed to build a recognizer for the valid states of the program?As a corollary, what kind of automata is needed to build a recognizer for a specific bug state?(Note: I’m only looking at the info that could be had from this function.)My thought is that if these form regular languages than some interesting tools could be built around that. E.g. given a set of crash/failure dumps, automati
Randolf R-F
java bug-tracking safety
I was interviewed yesterday and this question arise:public class Main {public static void main(String[] args) {// Code fragment must prints true if the double variables x and y are both// strictly between 0 and 1 and false otherwise. // Assuming args will be always correct (double) input, // Where’s the safety bug?double x,y;x = Double.parseDouble(args[0]);y = Double.parseDouble(args[1]);System.out.println( (0 < x && x < 1) && (0 < y && y < 1)? true : false );
Jeremy
widgets bug bug-tracking
I am developing a widget for cached feeds. The widget itself works exactly as I want but I noticed that if I were to delete the widget and then add a new one (or simply just add a new one) on the first save I get an undefined variable error. This is in the admin Appearence->widgets section.Notice: Undefined index: cached_feed1450-3 in D:\Sites\test.dev\wordpress\wp-admin\includes\ajax-actions.php on line 1578It looks to me that this may be a WordPress issue since that line is:if ( $form = $wp_re
Robert Munteanu
notifications bug-tracking mantis bug-tracker
I am new to Mantis bug tracker and I want to enable the email notification after registering for a new account.Well, I installed the MantisBT correctly without any problem on my local computer, I already changed the admin’s password and removed the admin folder in the directory. After this I signed up for a new account, there was a confirmation message flashed saying that I need to verify my registration via email. My problem here is that no verification message was sent to my email. According t
zeroes00
c++ vector bug-tracking stdvector
I’ve tried compiling this with Visual Studio 2012 RC and Intel C++ Compiler XE 12.1. I’d appreciate if you tried with some other compiler. See my comments in the code to really appreciate the weirdness of this bug. Does anyone know what’s going on, and where should I file a bug report about this?// File: NamedSameA.h#pragma once// File: NamedSameA.cpp#include <vector>#include “NamedSameA.h”struct NamedSame // Rename this class to something else to make the program work {std::vector<int&
King_Knight
c++ opencv error-handling bug-tracking
I am testing “grabcut.cpp” in OpenCV, but while compiling I got the following error message:OpenCV Error: Assertion failed <dtrm> std::numeric_limits<double>::epsilon<>> in unknown function, file grabcut.cpp, line 216That line in the file is like this: CV_Assert( dtrm > std::numeric_limits<double>::epsilon() );Is this a bug? How can I solve it? Thank you.
Web site is in building