{"id":3539,"date":"2014-03-27T07:55:39","date_gmt":"2014-03-27T07:55:39","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/27\/problem-about-bug-tracking-collection-of-common-programming-errors\/"},"modified":"2014-03-27T07:55:39","modified_gmt":"2014-03-27T07:55:39","slug":"problem-about-bug-tracking-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/27\/problem-about-bug-tracking-collection-of-common-programming-errors\/","title":{"rendered":"problem about bug-tracking-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3c92875a77d2ee1cdffe2def8c25f7f3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBenju<br \/>\nbug-tracking stack-trace fogbugz fogbugz-api<br \/>\nWe 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?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/216ebe845be518bb3a119b8dff7bf733?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBen Gartner<br \/>\nbug-tracking<br \/>\nso 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&#8230;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.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/53293bad838b03cdeef509b70de0f544?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsleepy<br \/>\nphp apache bug-tracking<br \/>\nIt 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 &#8220;Using FogBUGZ to Get Crash Reports From Users &#8211; Automatically!&#8221;, 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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/a63bb8bd3ac2376e0f9c0f602c605769?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nPrabhu. S<br \/>\nlanguage-agnostic process bug-tracking<br \/>\nIn my current company there isn&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/71a257df94db5d04b4f2ec6e1ecc45f7?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJeff Axelrod<br \/>\nandroid forum bug-tracking<br \/>\nHow 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&#8217;m not looking for a way to submit crash reports exclusively, and I&#8217;m not looking to track user behavior. I&#8217;m looking for a way for users to report unexpected behavior, ideas for enhancements, etc.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9ed3482ccbb461fbf8796b251caf8f4d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nGeorge Stocker<br \/>\nbug-tracking guidelines issue-tracking<br \/>\nHow 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?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2702fbe812caee151394f047025324da?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSvish<br \/>\nc# email bug-tracking<br \/>\nI would like my program to email me a bug-report when it fails. Is there any way of doing this&#8230; 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&#8217;t need it?). And putting that in code I find a bit&#8230; I don&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1233ec65168f4aae4d939ae8fe6cde1e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRobert Harvey<br \/>\nbug-tracking<br \/>\nWhen 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 &#8211; 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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ff30e750ecad4c76dd1fa0c448f15b90?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSyntaxT3rr0r<br \/>\njava api google bug-tracking<br \/>\nI 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&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/766ebbbe59ec9cccbda18827efe245f9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBeachRunnerFred<br \/>\nc++ deployment bug-tracking<br \/>\nI&#8217;ll be deploying a C++\/DirectX\/Windows game at the end of January to my customer and I&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e3bf01a4e4d860421eda82368b01fa6d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJeffrey Blattman<br \/>\nandroid ios service bug-tracking<br \/>\nWhat error &amp; 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.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/56057fac79d0790a76cda09006616259?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nHannson<br \/>\nbug-tracking go<br \/>\nWhere 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.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d9cb7002c3b604c61f75e5434ae63306?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\njoecks<br \/>\nandroid bug-tracking<br \/>\nIs there a way to report Bugs, similar to the Android Feedback Client, but without registering my application at the market. I&#8217;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?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/297b31165c5ef426c8fa89c3375b0d2a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ndsolimano<br \/>\napple bug-tracking crash-log<br \/>\nAre there any tools available for consuming Apple&#8217;s crash logs into a bug tracking system? Alternatively, do any bug trackers already include this as a feature or add-in?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/wvpVm.png?s=32&amp;g=1\" \/><br \/>\nvidstige<br \/>\nobjective-c ios5 bug-tracking bugsense<br \/>\nI 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 &#8211;&gt; Processing crash report&#8230; BugSense &#8211;&gt; Crashed on 2011-11-23 07:32:13 +0000 BugSense &#8211;&gt; Crashed with signal SIGABRT (code #0, address=0x34417a1c) BugSense &#8211;&gt;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/wvpVm.png?s=32&amp;g=1\" \/><br \/>\nvidstige<br \/>\nandroid activity crash bug-tracking bugsense<br \/>\nMy app has 3 activities A,B and C. From A (the &#8220;home&#8221;) 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?<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/58235c0428bfd2a1c24c5812d865c959?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nSam888<br \/>\njvm bug-tracking crash<br \/>\nMy 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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d47d5591225b924e78918e891fcf1855?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nfuzzbone<br \/>\nbug-tracking<br \/>\nI&#8217;ve developed a &#8220;Proof of Concept&#8221; 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&#8217;t want duplicate Bug Items opened every time the same exception is thrown (for example, many users encounter the exception &#8211; it&#8217;s still a single &#8220;bug&#8221;).My first attempt was to store the Exception Type, Message and Stack Trace as fields in the Bug Tracking<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/bd0d76dbee1d31690d158ecad2e3ca89?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nOneWorld<br \/>\nwindows crash microsoft bug-tracking appcrash<br \/>\nEverybody 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 &#8211; as a developer &#8211; 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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c2c732bbf13dc96670b210b3c0c1ead5?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nS.Lott<br \/>\nbug-tracking stack-trace formal-languages<br \/>\nIf 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&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8c81d88baabd9d1a6a2eb71f7a0cc8f4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRandolf R-F<br \/>\njava bug-tracking safety<br \/>\nI 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&#8217;s the safety bug?double x,y;x = Double.parseDouble(args[0]);y = Double.parseDouble(args[1]);System.out.println( (0 &lt; x &amp;&amp; x &lt; 1) &amp;&amp; (0 &lt; y &amp;&amp; y &lt; 1)? true : false );<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9eeb551e119a383920ba236bf9b46e66?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJeremy<br \/>\nwidgets bug bug-tracking<br \/>\nI 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-&gt;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3e09fc9ec9f79f9444a60bc7b258cf71?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRobert Munteanu<br \/>\nnotifications bug-tracking mantis bug-tracker<br \/>\nI 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&#8217;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<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e45d62f61226bbfaa215d15cff621090?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nzeroes00<br \/>\nc++ vector bug-tracking stdvector<br \/>\nI&#8217;ve tried compiling this with Visual Studio 2012 RC and Intel C++ Compiler XE 12.1. I&#8217;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&#8217;s going on, and where should I file a bug report about this?\/\/ File: NamedSameA.h#pragma once\/\/ File: NamedSameA.cpp#include &lt;vector&gt;#include &#8220;NamedSameA.h&#8221;struct NamedSame \/\/ Rename this class to something else to make the program work {std::vector&lt;int&amp;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/0c79c5c89d9c6545ad431ca33d47ec40?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKing_Knight<br \/>\nc++ opencv error-handling bug-tracking<br \/>\nI am testing &#8220;grabcut.cpp&#8221; in OpenCV, but while compiling I got the following error message:OpenCV Error: Assertion failed &lt;dtrm&gt; std::numeric_limits&lt;double&gt;::epsilon&lt;&gt;&gt; in unknown function, file grabcut.cpp, line 216That line in the file is like this: CV_Assert( dtrm &gt; std::numeric_limits&lt;double&gt;::epsilon() );Is this a bug? How can I solve it? Thank you.<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3539","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3539"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3539\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3539"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}