bug-reporting

Anyone tried submitting hs_err files to Sun?

只愿长相守 提交于 2020-01-24 10:49:46
问题 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 crash log, made sure it was indeed the latest JVM, and that the crash was not caused by an external library, and then I tried submitting the file to Sun's bug database. However, it seems that the entire submitting process is geared towards preventing you from submitting bug reports, making sure you

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

邮差的信 提交于 2019-12-29 07:42:32
问题 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 form from a model I made and was delighted to see that so much functionality came together. When I used the generic list_detail.object_detail I was disappointed that all that I could display were fields individually. I knew the ModelForm class contained information for rendering, so I wanted to

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

匆匆过客 提交于 2019-12-20 15:25:14
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . 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 efficiency of bug reporting (including the naming convention as well). So you can

How to Report Bugs the Smart Way [closed]

会有一股神秘感。 提交于 2019-12-18 03:44:00
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . 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

A-Frame: Break in “Perspective Screenshot” functionality between releases 0.9.0 and 0.9.2?

假如想象 提交于 2019-12-11 07:49:12
问题 In this glitch.com page: https://glitch.com/~query-aframe-perspective-screenshot click into the 3D scene (or click the "show" button) and press spacebar the page will attempt to download a perspective screenshot described here: https://aframe.io/docs/0.9.0/components/screenshot.html#perspective-screenshot ~the scene will freeze edit the project and reset the a-frame release to 0.9.0 click through to the scene, and press the spacebar the page will again attempt to download a perspective

LinkedIn: bug reporting

这一生的挚爱 提交于 2019-12-11 06:24:31
问题 Hi guys @LinkedIn! I have struggled with a bug using your oauth2 authentication. Every time I was trying to "login with LinkedIn" to my site, only via mobile, I would get the authorization server encountered an unexpected condition . Bummer. It took me quite a while to figure out the problem. Apparently my mobile keyboard adds an extra "space" character after my email address. email@email.com_ . It does not trim the email string, and it does not return an "email and password does not match"

SonarQube 5.3: IllegalArgumentException: There's no changeset on line 1352

吃可爱长大的小学妹 提交于 2019-12-10 16:21:49
问题 I try to migrate from 5.1 to 5.3 version of SonarQube. SonarQube plugins: Cobertura 1.6.3 (cobertura) C# 4.4 (csharp) Java 3.9 (java) XML 1.4 (xml) Git 1.0 (scmgit) SVN 1.2 (scmsvn) JavaScript 2.10 (javascript) My project use Java, XML, JavaScript and jaCoCo code coverage. The client side analysis works fine, but I have a stack-trace in logs during the server-side integration: (end of logs) 2016.02.04 10:45:17 INFO [o.s.s.c.s.ComputationStepExecutor] Log scanner context | time=11ms 2016.02.04

Where do I report a Windows core library problem?

微笑、不失礼 提交于 2019-12-10 14:46:13
问题 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? 回答1: 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

SVG stroke-dasharray offset not consistent

心已入冬 提交于 2019-12-09 08:23:33
问题 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 (alternating) more than the last starting with the middle circle not rotating at all. This alternating of degrees is due to the original offset of half of them of 5deg The animation itself works great, but the offset between each dot in a circle is not consistent. This is made obvious when the

iOS Safari scrolls down when interacting with video.js player

非 Y 不嫁゛ 提交于 2019-12-08 19:55:46
问题 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 this pen in Safari on iPhone or xcode simulator. Scroll down-up Click on quality selection button Click it again. recorded video: http://www.screencast.com/t/IPkjEo2dxW7 It's definitely mobile Safari bug (there's no js code responsible for scroll), but I can't find the suitable workaround. This can be