473,385 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Forum error showing 4294967295

6
I am not a programmer; I am a nothing. I am as a kindergartner watching NASA getting the shuttle ready to launch into orbit when I am in this realm.

I am here because of acute interest and frustration.

The number 4294967295.

Awhile back I didn't know it existed; I am a moderator in a small local Wisconsin area forum board and thence the awaking.

Out of nowhere while I was editing a post, my computer stalled. After a long wait, in the replies column, was the number 4294967295. All are baffled; this was a column that tells how many replies have been posted to that single post.

There are not that many people in the Midwest, let alone in our little group.

I have read all of the articles as to what, why, where and how, but none ever say what it is.

What is it? What is generating it in my computer only? There are 5 mods, and only my computer does this. I have replaced the whole computer and the new one does it also.

Can any please stoop down to the kindergarten level and enlighten me about this incident? I would be MOST appreciative.

Al.
Apr 10 '10 #1

✓ answered by NeoPa

Not sure, but we had a situation here that presented in a very similar way. Some new admins came onboard who were not community related, but were looking at technical issues related to the site as a whole and the software. To indicate who they were, it was decided to set their post counts to the maximum possible number (This can be done by admins). I wonder if something very similar is hapenning there for you.

12 4532
alanj
6
Is anyone able to explain this to me?
Apr 13 '10 #2
Frinavale
9,735 Expert Mod 8TB
My first thought was that it was the maximum limit of something...like an int16 (nope),int 32(nope), or int64(nope)....it's probably the maximum value of something (that is not an int?)

Edit: ahh it's the value of an unsigned 32 bit Integer!

-Frinny
Apr 13 '10 #3
Atli
5,058 Expert 4TB
Hey.

Unless my calculator is broken (which is unlikely... it's open-source xD), the number 4,294,967,295 is the upper limit for the value of an unsigned 32 bit integer.
(2^32 = 4294967296)

When this happens, what exactly happens to your computer? Does the entire computer stall or just the browser?

My first guess would be that some client-side script is bugging out. What exactly is bugging it, I wouldn't even know where to begin guessing. It could be any of a nearly infinite number of possibilities.

Which browser are you using? Try turning off JavaScript.

I recommend trying the NoScript addon for Firefox. If this is a scripting problem, that would stop it from happening. - It will probably also stop some of the site's functionality from working, but if this works we at least know the source of the problem.
Apr 14 '10 #4
YarrOfDoom
1,247 Expert 1GB
First search on Google also brings me to the largest possible value for a 4 byte unsigned integer. Which means that if it were a signed integer, it would have been -1, most definitely an error code of some sorts if you ask me.

Or otherwise, it is the upper limit after all, and whatever infinite loop your computer gets stuck in, it encounters an error when trying to go above that, thus stopping the loop.
Apr 14 '10 #5
alanj
6
Very interesting; I downloaded the no scripts from firefox and couldn't log into this site. I had to allow for this page; that is an interesting tool.

Now to the problem.
When I edit a post on the board there is a column for the number of replies that the post has received; that is when my computer will stall for awhile and the 4 bil. number appears. If I leave it there, the whole board has problems; everyone; with that forum only. The other forums act fine, but it seems that the computer must count to 4 bil to record the number of replies; which aren't there.

My computer is the only one that does this in a lot of 5 or 6 mod computers.

I notice other changes on the board with the scripts blocked; that is going to be interesting also.

I will try that for awhile to see if I get any more 4 bil numbers with scripts locked out.

Thanks loads for the help; The board admin is baffled as well.

Al.
Apr 14 '10 #6
NeoPa
32,556 Expert Mod 16PB
4,294,967,295 is the largest unsigned number that can be held in a 32-bit word. Essentially 2^32 - 1.

I can only imagine that somehow the figure (replies count) is stored in an unsigned long variable (equivalent to a 32 bit integer) and somewhere along the line this value was miscalculated and reached the value -1. As the storage used is unsigned, -1 would appear as 4,294,967,295.

This isn't really a full answer, but my best guess is that it's along these lines somewhere.

Welcome to Bytes!

PS. I could have sworn there were no answers when I posted this but I saw the rest after I submitted. I hope I was able to add some understanding to the already pretty full answers before mine.
Apr 14 '10 #7
NeoPa
32,556 Expert Mod 16PB
Given that there is an appreciable delay involved, I would lean towards the counter going up until it hit the ceiling and fell over, rather than the simpler and quicker subtracting 1 from 0 which could also give the same result.
Apr 14 '10 #8
alanj
6
So far everything is going as normal. If it continues, I think that the Java Script idea might be involved with the count in some way.

I wish I wasn't so ignorant of the computer stuff, I have all kinds of things in my programs list that I have no idea what they are.

Lots of people have various problems with this number, they know how to look for solutions; I don't. They talk about various language problems but no one that I have read about has a solid solution. If you google the number you will get pages of problems encountered in various ways with the number.

Maybe it HAS something to do with Java Script. It's a start.

Anyhow, thanks again all. Al.
Apr 14 '10 #9
NeoPa
32,556 Expert Mod 16PB
The reason there are so many questions is because that number is so generic as a problem. It's not hard to think of a hundred and one different scenarios where it could represent. That means that the number alone (we have very little extra information here after all) is very little help to narrow down what is the fundamental cause of your problem. It's almost like reporting a problem that's indicated by receiving an (unspecified) error message, and trying to find what the cause is. If you have more information to work with then maybe we may be able to get closer, but with just that number the field is too wide even to get close I'm afraid.
Apr 15 '10 #10
alanj
6
2000 DRANGOj_jorgensen2003Apr-15-10 07:22 PM
by colby247
2001 dodge durango for saleasweninkApr-15-10 07:22 PM
by colby127
2006 CHEVY IMPALA LTZ...........BEAUTIFUL BLUE--PICTURE...5birdsApr-15-10 07:24 PM
by 5birds429496729072
Plymouth Voyager Van -reduced !lunchladyApr-15-10 01:47 PM
by happyface171
WANTED. Cheap car or truck. ASAP.asdfghApr-15-10 11:56 AM
by klance581
2" receiver hitch for saleretiredApr-15-10 11:34 AM
by retired112

The above is the way the forum posts; except for the lines that divide the columns. These are 6 separate posts.
The name on the second line of each post is followed by the number of reply numbers in a separate column.

All are normal except the reply for 5birds; this has the large number occurance.

Don't know if this helps any in giving HOW the number occurs; you probably need the names of the program used etc. It is difficult for me to get that, it is not readily available. I am just moderator, not one of the top admin. people.

This occurance came about with all scripts shut off.
Apr 16 '10 #11
NeoPa
32,556 Expert Mod 16PB
Not sure, but we had a situation here that presented in a very similar way. Some new admins came onboard who were not community related, but were looking at technical issues related to the site as a whole and the software. To indicate who they were, it was decided to set their post counts to the maximum possible number (This can be done by admins). I wonder if something very similar is hapenning there for you.
Apr 16 '10 #12
alanj
6
As far as I can figure out, the computer counts the replies to 4,294,967,295, largest unsigned number that can be held in a 32-bit word, for some reason. Perhaps the admin people don't set the reply count at some upper limit.

Why would it do that? There again I ask a question with no information of the operating software, which I don't know. I guess it is one of those unexplainable phenomena.

I appreciate all the answers.
Sep 8 '10 #13

Sign in to post your reply or Sign up for a free account.

Similar topics

22
by: James Kupernik | last post by:
Hello everyone! I'm hoping someone can shed some light on my ever daunting mysql/php problem. I'm currently trying to get a new server up and running using apache/php/mysql. Everything runs...
2
by: Tom D | last post by:
I'm running MySQL 4.1 under Linux. I need to have a MyISAM table with more than 4G rows of data. I've read the manual regarding the MAX_ROWS option on tables. This table has a fixed row...
69
by: fieldfallow | last post by:
Hello all, Before stating my question, I should mention that I'm fairly new to C. Now, I attempted a small demo that prints out the values of C's numeric types, both uninitialised and after...
0
by: Lester Knutsen | last post by:
A two-day IBM Informix and DB2 User Group Technical Conference - Friday and Saturday, December 8-9, 2006 We are very please to announce our Keynote Speakers...
0
by: Lester Knutsen | last post by:
A two-day IBM Informix and DB2 User Group Technical Conference - Friday and Saturday, December 8-9, 2006 Location - Fairview Park Marriott, Falls Church, VA (near Washington D.C.)...
0
by: David | last post by:
This is a .net 1.1 question. I am attempting to load and process an XML file (see below) with XmlDocument. I can load the file: XmlDocument doc = new XmlDocument(); doc.Load("dump.xml"); ...
6
by: bhochstetler | last post by:
I am on a hp 11.11 machine doing a 64 bit python 2.5 build. When I get my python executable created and run it, I get the error: "import site failed" OverflowError: signed integer is greater...
94
by: Chad | last post by:
On to top of page 163 in the book "The C Programming Langauge" by K & R, they have the following: char *strdup(char *s) { char *p; p=(char *)malloc(strlen(s)+1); if( p != NULL) strcpy(p,s):...
1
by: vishalgupta | last post by:
in the following code i am trying to display the each category name in the table as a link to cat.html <html> <head> </head> <body> <?php $str1="<a href=cat.html>"; $str2="<//a>";...
2
by: tridirk | last post by:
Hi; I am getting a Objceted Expected Error on my forum site. I can't find what is wrong? Line: Char: Error: Object expected Code:0 the site is My SMF Forum
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.