A software bug is an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways.
0
votes
3answers
40 views
Python Error ValueError: invalid literal for int() with base 10: 'stop'
Every time I try me code it works but when I type in 'stop' it gives me an error:
ValueError: invalid literal for int() with base 10: 'stop'
def guessingGame():
global randomNum
...
-2
votes
0answers
12 views
It's a bug or something wrong?Google Map v2 for android
//set data
List<LatLng> hisLatLngs = new ArrayList<LatLng>();
LatLng ll01 = new LatLng(22.1,112.3);
hisLatLngs.add(ll01);
LatLng ll02 = new LatLng(22.0,112.3);
...
4
votes
1answer
89 views
strange behavior in for loop - a bug?
I'm working with Visual Studio 2012 on a Windows 7 machine and when trying to run the following code snippet (compiled with the default VC11 C++ compiler in x64 mode) the assertion fails, which means, ...
0
votes
1answer
17 views
Why does middle-clicking on a link also load in the current tab?
For some websites (e.g. try these main menu navigation links), pressing down with the mouse's click-wheel not only opens a new tab, but also loads that link in the current one.
Why is that?
This ...
4
votes
1answer
65 views
why type of Text.Parsec.Token.natural is not the same between Hoogle and what's showed with :t?
I searched for Text.Parsec.Token.natural on Hoogle and found the type of Text.Parsec.Token.natural is natural :: ParsecT s u m Integer.
But that is contradictory to what I got with :t in GHCi.
GHCi ...
1
vote
0answers
34 views
android - onClickListener causes a reset of my animation
I have an Activity with some elements like ImageView, Button, ToggleButton, ... . And a subview (LinearLayout) that contains an HorizontalScrollView of ImageView.
The subview is an element that I ...
1
vote
0answers
69 views
Bug in Android Geofence Sample code? Can anyone please confirm?
I am not sure if this is a bug with the new Android GeoFence sample code or my understanding of what it is supposed to do is wrong. The sample app creates geofences but does not alert when geofence is ...
0
votes
2answers
21 views
Table cell height bug in chrome
I made a css table with a css table inside it. When i use vertical-align at the inner one it doesnt rendering it correctly when i resize it (make it smaller, then bigger). It still as height as the ...
0
votes
0answers
7 views
troubleshooting SSL in Mozilla applications
Bug https://bugzilla.mozilla.org/show_bug.cgi?id=858394, SSL: disconnect, reconnect gives connection reset; all reconnect attempts fail
The bug has attached log of NSPR and the issue is easy to ...
-4
votes
0answers
55 views
What are the JDK version bugs? [closed]
What are the bugs in JDK 6 and JDK 7? I am asking this because I used JDK 7 and I got some bad situation like stuck my java programs(which I developed) and some kind of slower of the machine than the ...
1
vote
1answer
39 views
Bug-free software tool [closed]
Is there a way to prove that a piece of software is bug-free?
Can Rice's Theorem, no non-trivial property of code is decidable, be used as an argument to prove that one cannot produce such a tool?
0
votes
0answers
54 views
Chrome 27 not loading background images anymore
This is a really weird problem that appeared in the recent version of Chrome.
I have a huge app that loads hundreds of stylesheets (in dev mode). When the page loads, obviously all styles are applied ...
0
votes
0answers
12 views
best way to debug a gzip error
we have an app that works great most of the time.
notably it works always if we turn off compression (gzip) between the server and client when sending data out for rendering.
when we have gzip ...
0
votes
0answers
9 views
Images only partially loaded in Safari
on my webpage www.platinumrealestate.de/projekte/ (access with platinum/dpc) there are 8 images ("lorem ipscream"). In all browsers these images are displayed, but in Safari not. When reloading the ...
2
votes
1answer
38 views
Chrome linear gradient bug
I have a repeating linear gradient like so:
.placeholder {
background: repeating-linear-gradient(to top right, #7722AA 0px, #7722AA 6%, #CC44EE 6%, #CC44EE 13%) transparent;
border: 1px solid ...
0
votes
0answers
34 views
Media Query doesn't change CSS when Maximizing Browser and Switching Tabs
Here is a bit of CSS that has a simple media query.
http://codepen.io/anon/pen/nuxaw
When I shrink the page so that the view port is less than 320, the box turns green. Now if I follow these steps, ...
0
votes
0answers
24 views
ZBar Reader affects Subviews of ViewController
In the app I am working on, I use ZBar framework to scan barcodes. Now I stumbled upon a strange behaviour I can“t find any answers to. When I present the ZBarReaderViewController, during the the ...
5
votes
2answers
73 views
Is there a Java annotation for bugs?
I'm looking for a standard Java annotation that allows me mark some code as "related to bug PROJECT-312". The goal is to be able to create a report where I can see which parts of the code were changed ...
0
votes
0answers
23 views
IE9 disabled textarea highlight bug
JsBin
http://jsbin.com/ixediv/1/
Problem Description
Highlight selection follows the mouse cursor even after cursor is removed off the disabled textarea in IE9
How to reproduce
OS : Windows Vista ...
0
votes
0answers
10 views
FB Open Graph Object stuck on deleted app_id
I initially created a FB app and used it to create an Open Graph object for my website. However, I wrongly set the og:type to "article" on the home page. In an attempt to work around this, I deleted ...
0
votes
0answers
8 views
ActionListeners shooting out multiable windows
I have multiple action listeners that are suppose to display another JFrame, however randomly/sporadically the action listener will display multiple versions of the same JFrame, this even encounters ...
0
votes
0answers
14 views
iPhone Interface crashing on “pause,” giving me an IMageIO error. How do I fix it?
I am making a Tic Tac Toe App for the iPhone on XCode 4.4 and it seemed to be working fine, until I click the Home button and then return to the app. If the board is blank, or if I reset the board, ...
1
vote
0answers
58 views
SoundCloud track search without q parameter returns 503
I think there is an unintended error with the track searching.
I have a desktop app that searches for tracks based on tags. The problem is that without the "q" parameter, no matter what I search for ...
0
votes
1answer
18 views
android eclipse graphical layout bugs…do i have to restart
Sometimes eclipse has problems with the graphical android layout such as not displaying the design or not displaying background images and other problems that don't disappear except when u restart ...
0
votes
0answers
14 views
Mobile ViewNavigatorApplication on Flex 4.5.1 ram increase
I have a kind of big mobile application (flex 4.5.1) with 50+ views used in a ViewNavigatorApplication..
The application use:
a local sqlite database (now is about 700mb size).
camera and manage ...
0
votes
2answers
26 views
<select> drop arrow doesn't want to go out the container
I'm trying to find a workaround (without using JS) for the firefox bug which doesn't allow to style Firefox dropdown arrow in select elements. Some people say it could be done by putting a select ...
0
votes
1answer
28 views
JSF components ViewState is being lost when I open rich:popupPanel
I have a rich:popupPanel with content:
<rich:popupPanel id = "popupId">
<h:panelGrid>
<h:form id="formId">
<h:panelGrid>
// content, ...
0
votes
1answer
18 views
iOS: url-scheme fb://event/%llu no longer working in 6.1.1
opening the Facebook app with the URL scheme
fb://event/%llu
used to work up until update 6.1.1. Now the event view opens empty and nothing is displayed. Has the URL scheme changed or am I ...
0
votes
2answers
39 views
Eclipse Class File won't open in java editor?
I've been using eclipse a very long time but I've never encountered this problem.
I have a program I'm working with, and normally to navigate between class files you can simply double click the class ...
1
vote
1answer
27 views
Word Wrap in JEditorPane and System Font
I'm wanting to create a large text field for a user to type something in. I also want it to use the default system font to match the look and feel that is expected. So I tried to use a JEditorPane ...
1
vote
0answers
46 views
ASP.NET Cookies BUG - multiple cookies duplicated randomly?
It seems that there is annoying bug in ASP.NET cookie handling during writing of response-stream to the wire. Set-Cookie headers are multiplied randomly.
My example setup is: ASP.NET MVC4 on IIS8 ...
1
vote
3answers
29 views
SQL Server Profiler missing after installation
Does anyone know if there is some type of bug in the installation of SQL Server 2008 R2? It seems if you have Express edition installed, then upgrade to anything (developer, enterprise, etc.) the SQL ...
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 ...
1
vote
1answer
33 views
Android+LibGDX - textures gone in Android UI activity only after finishing a Libgdx activity?
My situation is this:
I have 3 activities: 2 using Android UIs (shown below) and 1 a Libgdx AndroidApplication
I can go back and forth from my 2 menu activities all I want and it is WAI
I can go to ...
-3
votes
0answers
42 views
+100 likes and still no insights [closed]
I'm webmaster for the local gouvernment of Middelkerke, Belgium. We've started with a facebook page for all inhabitants.
After more then a week and 100 likes the Insights still arent working, ...
5
votes
2answers
71 views
Math.round bug - what to do?
Math.Round(8.075, 2, MidpointRounding.AwayFromZero) returns 8.07, though it should return 8.08. Mysteriously enough, 7.075 is working fine, but 9.075 also returns 9.07!
What to do? Does anybody know ...
0
votes
1answer
25 views
Chrome and div background layers not loading properly
This is a very weird thing that i've experienced . I've been working on a project lately www.bandness.com, which allows music groups and bands to upload their music. The artistic department has been ...
3
votes
0answers
28 views
creating data.table::ITime vector
I was surprised doing this, using the data.table package:
a = as.ITime('12:01:00')
str(a)
Class 'ITime' int 4326
a = as.ITime(c('12:01:00','12:00:02'))
Message d'avis :
In if (!is.na(y)) ...
0
votes
1answer
44 views
Smooth scroll buggy with a partial view
So, I have a pretty unique problem (based somewhat on architecture).
There is smooth scrolling on this homepage. It works fine. If you click 'Register' in the top-bar the form (partial view) shows ...
0
votes
0answers
40 views
Strange Android bug with RotationAnimation
I am building a cube out of RelativeLayouts. While doing that I stumbled across some very strange bug I cannot explain. I have 6 RelativeLayouts inside a class extending RelativeLayout. OnLayout those ...
1
vote
1answer
61 views
C++/C Downloading file from http using berkeleys/bsd sockets
I would like to know how to download an .exe file using sockets in c++/c.
I'm using cygwin and g++
I've tried with berkeleys sockets but i can't seem to download the file.
I've embedded my code ...
-1
votes
0answers
38 views
like box only appears connected to facebook for www.facebook.com/NeteCentavos
When you are creating a like box, in the url: https://developers.facebook.com/docs/reference/plugins/like-box/, and using as url parameter: www.facebook.com/NetCentavos, the box appears only when you ...
-2
votes
1answer
29 views
iOS Uninstall/Installing - Application strange behavier
we're experiencing some real inconsistencies with our iOS iPad App.
In a nut shell the App loads in some XML from an online server and downloads the relevant files. The user is then able to click on ...
2
votes
2answers
56 views
jQuery fadeOut sets opacity to 1
I'll keep it short, consider this line:
$record.fadeOut(250);
Where $record is a table row that looks like this:
<tr id="5194c885eb9fbf38aa000026" class="record">
...
1
vote
2answers
52 views
Is there a way to prove a program has no bug?
I was thinking about the fact that we can prove a program has bugs. We can test it to assess that it is more or less bug resistant.
But is there a way (even theoretically) to prove that a program has ...
0
votes
0answers
26 views
Aptana 3 css syntax highlighting bug
I'm having a problem with CSS syntax highlighting in Aptana Studio 3, build: 3.4.0.201304151603.
Here is an example:
http://i.stack.imgur.com/2Svdu.png
As you can see, the long lines lose their ...
0
votes
0answers
11 views
[UIThreadSafeNode createPeripheral]: unrecognized selector sent to instance
I tried to search about createPeripheral and i had no luck finding any information about it. Is there anyone here who had the same crash as this?
[UIThreadSafeNode createPeripheral]: unrecognized ...
0
votes
1answer
35 views
NodeJS: Settimeout in prototypes
I recently started using NodeJS, but when I do
I'm getting errors such as:
What's the best way to do this?
My current solution is like this:
var that = this;
setTimeout(function()
{
...
1
vote
3answers
62 views
Inconsistent behaviour between css and jQuery regarding scrollbar and right:0px in Firefox
I have this fiddle which if you look at it in Chrome or IE works fine. You just click on the orange box and the box slides out, and click again and it returns to it's exact original position.
However ...
2
votes
2answers
36 views
C array, preset with huge values?
Here is my C code which is giving me problems:
int main(){
int Steps = 100;
double Time = 10;
double h = Time/Steps;
double r[Steps+1];
double phi[Steps+1];
double u[Steps+1];
double v[Steps+1];
...





