active questions tagged weird - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T16:28:31Z http://stackoverflow.com/feeds/tag/weird http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1906403/mail-failed-to-open-stream-permission-denied 0 mail: failed to open stream: Permission denied ?!?!?! The Disintegrator 2009-12-15T10:11:26Z 2009-12-18T07:30:48Z <p>I get this warning sending mails with php Warning: mail(1) [function.mail]: failed to open stream: Permission denied in /home/...</p> <ul> <li>using ssmtp and gmail as smtp</li> <li>PHP 5.3.1</li> <li>nothing in the logs (no errors)</li> <li>the mail gets to destination</li> <li>the permissions of the files are rwxrxrx</li> </ul> <p>Permission denied to what?</p> <p>Even calling something as simple as</p> <pre><code>mail("mail@domain.com", "subject", "body"); </code></pre> <p>I still getting this warning</p> http://stackoverflow.com/questions/1918502/very-weird-errors-when-linking-lnk1000 0 Very weird errors when linking (LNK1000)? LolJohny 2009-12-16T23:17:35Z 2009-12-17T00:04:35Z <blockquote> <p>Error 1 fatal error LNK1000: Internal error during IncrBuildImage MFC_Test MFC_Test</p> </blockquote> <p>Why do I get this weird error every 2nd time I compile?</p> http://stackoverflow.com/questions/1907689/asp-net-strange-calculation-result 0 asp.net strange calculation result Stijn Van Loo 2009-12-15T14:04:57Z 2009-12-15T14:07:26Z <p>I have a weird problem in asp.NET when calculating how many hours we need to invoice.</p> <p>In the below example, we have a total of 75,9 hours that need to be invoiced. These hours are spread over several database rows (TimeIDs). </p> <p>Basically, I always deduct the "amount_invoiced" from the "to invoice" hourly count:</p> <pre><code>TimeID:25433 - to invoice=75,9 - amount_invoiced=1 TimeID:25774 - to invoice=74,9 - amount_invoiced=1 TimeID:24688 - to invoice=73,9 - amount_invoiced=1,5 TimeID:24646 - to invoice=72,4 - amount_invoiced=2 TimeID:24890 - to invoice=70,4 - amount_invoiced=2 TimeID:25773 - to invoice=68,4 - amount_invoiced=2,25 TimeID:24455 - to invoice=66,15 - amount_invoiced=2,5 TimeID:25431 - to invoice=63,65 - amount_invoiced=2,5 TimeID:24552 - to invoice=61,15 - amount_invoiced=3 TimeID:24644 - to invoice=58,15 - amount_invoiced=3 TimeID:24727 - to invoice=55,15 - amount_invoiced=3 TimeID:25000 - to invoice=52,15 - amount_invoiced=4 TimeID:25195 - to invoice=48,15 - amount_invoiced=4,15 TimeID:24510 - to invoice=44 - amount_invoiced=4,5 TimeID:24419 - to invoice=39,5 - amount_invoiced=5 TimeID:25126 - to invoice=34,5 - amount_invoiced=5,5 TimeID:25064 - to invoice=29 - amount_invoiced=6,5 TimeID:24420 - to invoice=22,5 - amount_invoiced=7 TimeID:25251 - to invoice=15,5 - amount_invoiced=7,5 TimeID:24897 - to invoice=8,00000000000001 - amount_invoiced=8 </code></pre> <p>Everything works ok, except for TimeID 24897. Somehow the calculation of 15,5 - 7,5 = 8,00000000000001</p> <p>I'm baffled as to why this would happen. Has anyone experienced a similar issue?</p> http://stackoverflow.com/questions/118919/what-is-the-strangest-weirdest-program-youve-ever-made 23 What is the strangest/weirdest program you've ever made? MrValdez 2008-09-23T03:21:25Z 2009-12-09T18:28:55Z <p>Programmers are strange people. We build things out of thin air, a part of our sanity and with weird codes that would make any grown sane man cry.</p> <p>But sometimes, a programmer builds a program that is too weird even by their insane standards.</p> <p>What program have you created that is weird and strange?</p> <p>(One program per answer please)</p> http://stackoverflow.com/questions/1520772/access-violation-reading-location-on-stdseterase 0 Access Violation Reading Location on std::set::erase Guest 2009-10-05T15:27:05Z 2009-11-20T18:39:46Z <p>Hi. I have recently catched the following crash in my application:</p> <p>m_players[0].erase(plr); -- CRASHES HERE</p> <p>m_players[1].erase(plr);</p> <p>m_players is declared as: set m_players[2];</p> <p>Visual Studio shows that it is "0xC0000005: Access violation writing location 0x0000000000000024."</p> <p>Compiler: Visual Studio 2008.</p> <p>Diassembly: 000000014007AA3B mov rcx,qword ptr [this] (crashed on)</p> <p>so im assuming we're dying because of bad "this", since its a first access to this in that function. But since I watched locals/autos, this doesnt seem to be a bad pointer</p> <p>LOCALS: <a href="http://privatepaste.com/8awNPevZ1H" rel="nofollow">http://privatepaste.com/8awNPevZ1H</a> (sorry for the link, but StackOverflow didnt let me paste it as a plain text to here)</p> <p>Would be nice to get a hint.</p> http://stackoverflow.com/questions/1757901/net-3-5-winforms-changing-the-value-in-datagridviewcomboxboxcell-modifies-other 0 .NET 3.5 WinForms: Changing the value in DataGridViewComboxBoxCell modifies other ComboBox controls on the form Xaiter 2009-11-18T18:00:04Z 2009-11-18T18:19:43Z <p>I have a DataGridViewComboBoxColumn being programatically databound to a generic list. I also have another combo box on the form. Whenever I change the value of any of the ComboBoxes in the datagridview, the ComboBox on the form also changes its selected value.</p> <p>I didn't intentionally write any and don't see any code that would even relate the two controls on the form in way or shape. The only thing they seem to have in common is a shared datasource.</p> http://stackoverflow.com/questions/1671824/uiimagepickercontroller-weirdness 0 UIImagePickerController weirdness ... John Michael Zorko 2009-11-04T05:26:05Z 2009-11-04T05:46:50Z <p>Hello, all ...</p> <p>UIImagePickerController is easy to use, but i'm all of a sudden finding it exasperating when I didn't find it so before. What's happening is that <em>sometimes</em> the imagePickerController:didFinishPickingImage:editingInfo delegate method does not seem to work -- the image will not show in the UIImageView even after the assignment was made. Sometimes it will, sometimes not, and furthermore, every single bit of example code i've tried (from the web, from the "Beginning iPhone 3 Development" book, etc.) exhibits the same problem. I'm at a loss as to why, and the problem happens on both my iPhone 3G as well as my 3GS, so I doubt that it's a hardware issue. These devices are running OS 3.1.2. The view controller is loaded from a xib file that contains one button and the UIImageView. I'd really like someone to tell me what stupid thing i'm obviously doing wrong :-)</p> <p>Here is the code -- i've tried to make the smallest app I could that exhibits the problem:</p> <pre><code>#import &lt;UIKit/UIKit.h&gt; #import &lt;Foundation/Foundation.h&gt; @interface imagepickerViewController : UIViewController &lt;UINavigationControllerDelegate, UIImagePickerControllerDelegate&gt; { IBOutlet UIButton *button; IBOutlet UIImageView *imageView; } @property (nonatomic, retain) UIImageView *imageView; - (IBAction)takepic; - (void)usePic:(UIImage *)pic; @end #import "imagepickerViewController.h" @implementation imagepickerViewController @synthesize imageView; - (IBAction)takepic { if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera]) { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.sourceType = UIImagePickerControllerSourceTypeCamera; picker.delegate = self; [self presentModalViewController:picker animated:YES]; [picker release]; } } - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)info { [self usePic:image]; [picker dismissModalViewControllerAnimated:YES]; // after this method returns, the UIImageView should show the image -- yet very often it does not ... } - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker { [picker dismissModalViewControllerAnimated:YES]; } - (void)usePic:(UIImage *)picture { imageView.image = picture; } @end </code></pre> http://stackoverflow.com/questions/1542121/flash-firefox-issue 0 Flash - Firefox issue Manish 2009-10-09T06:31:17Z 2009-10-25T18:00:03Z <p>I realised that if I do have a flash object and do not include a 'wmode' attribute, I will not be able to overlay HTML because the flash will always play on top. But if I do include a 'wmode:transparent' , the flash object completely disappears in firefox, whereas if I use 'wmode:opaque' , I get a white box in place of the Flash object. </p> <p>I've looked at many forums - many questions - but somehow everyone's problem gets resolved when they use one of the aforementioned attributes. So....HELP !!!</p> <p>Note: using either attribute works in IE.</p> http://stackoverflow.com/questions/1607074/wpf-listbox-problem-with-selection 0 WPF listbox : problem with selection KiTe 2009-10-22T13:10:01Z 2009-10-22T13:28:30Z <p>Hello.</p> <p>In my XAML file, I have a ListBox declared like this :</p> <pre><code> &lt;ListBox x:Name="lstDeck" Height="280" ItemsSource="{Binding Path=Deck}" &gt; &lt;ListBox.ItemTemplate&gt; &lt;DataTemplate&gt; &lt;ListBoxItem Content="{Binding}" /&gt; &lt;/DataTemplate&gt; &lt;/ListBox.ItemTemplate&gt; &lt;/ListBox&gt; </code></pre> <p>In my view model, Deck is an ObservableCollection, so that binding directly displays the content of my collection.</p> <p>But when I have several value that hold the same value (for example "10" six times), the selection in the ListBox has a weird behaviour : it select 2-3 elements instead of the only the one on which I clicked.</p> <p>Moreover, when I click to another listBoxItem, it doesn't unfocus the previous selected one.</p> <p>Then it is impossible to see which item is actually selected, and impossible to get the SelectedIndex value.</p> <p>Has someone an idea?</p> http://stackoverflow.com/questions/1435350/weird-result-comparing-property-values-using-reflection 0 Weird result comparing property values using reflection Brian 2009-09-16T20:42:10Z 2009-09-16T21:04:44Z <p>Can someone explain why this is occurring? The code below was executed in the immediate window in vs2008. The prop is an Int32 property (id column) on an object created by the entity framework.</p> <p>The objects entity and defaultEntity were created using Activator.CreateInstance();</p> <p>Convert.ChangeType(prop.GetValue(entity, null), prop.PropertyType) 0 Convert.ChangeType(prop.GetValue(defaultEntity, null), prop.PropertyType) 0 Convert.ChangeType(prop.GetValue(entity, null), prop.PropertyType) == Convert.ChangeType(prop.GetValue(defaultEntity, null), prop.PropertyType) false</p> http://stackoverflow.com/questions/327136/anyone-coding-with-apl 0 Anyone coding with APL? Maxim 2008-11-29T03:53:55Z 2009-09-09T17:52:03Z <p>we had a discussion about this language at work... Who works with that today?</p> <p>Don't we normally favor readability over smallest number of lines?</p> http://stackoverflow.com/questions/1266531/fullcalendar-javascript-issue-its-not-showing-the-events-in-ie 0 fullcalendar javascript issue - its not showing the events in IE? unknown (google) 2009-08-12T14:29:20Z 2009-09-02T18:00:02Z <p>On my team website: <a href="http://www.berzerkers.org" rel="nofollow">http://www.berzerkers.org</a>, head over to the Schedule. The calendar is supposed to have a few events listed - it works fine in Firefox, Chrome and Safari - but not in IE...what is the issue? I don't know what to do. Any help would be greatly appreciated! :)</p> http://stackoverflow.com/questions/1281809/getting-functions-from-another-script-in-js 2 Getting functions from another script in JS Mala 2009-08-15T12:29:16Z 2009-09-02T10:44:20Z <p>I load this JS code from a bookmarklet:</p> <pre><code>function in_array(a, b) { for (i in b) if (b[i] == a) return true; return false; } function include_dom(script_filename) { var html_doc = document.getElementsByTagName('head').item(0); var js = document.createElement('script'); js.setAttribute('language', 'javascript'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', script_filename); html_doc.appendChild(js); return false; } var itemname = ''; var currency = ''; var price = ''; var supported = new Array('www.amazon.com'); var domain = document.domain; if (in_array(domain, supported)) { include_dom('http://localhost/bklts/parse/'+domain+'.js'); alert(getName()); } [...] </code></pre> <p>Note that the 'getName()' function is in <a href="http://localhost/bklts/parse/www.amazon.com/js" rel="nofollow">http://localhost/bklts/parse/www.amazon.com/js</a>. This code works only the -second- time I click the bookmarklet (the function doesn't seem to get loaded until after the alert()).</p> <p>Oddly enough, if I change the code to:</p> <pre><code>if (in_array(domain, supported)) { include_dom('http://localhost/bklts/parse/'+domain+'.js'); alert('hello there'); alert(getName()); } </code></pre> <p>I get both alerts on the first click, and the rest of the script functions. How can I make the script work on the first click of the bookmarklet without spurious alerts?</p> <p>Thanks! -Mala</p> http://stackoverflow.com/questions/1293478/the-weirdest-css-issue-i-have-ever-seen 1 The weirdest css issue I have ever seen jasondavis 2009-08-18T12:16:53Z 2009-08-18T12:32:31Z <p>Below I have 2 css codes for a div, please note that the first one does not even have a div on the page or ANYTHING with it's name on it. I can also rename it to anything.</p> <p>Now where the weird part comes in. The second bit of code below has a width of 520px, the only way that the div on the page will be 520px is if I leave the css code thats above that one, the 1st one with no existing div on the page HAS to be on the page for the second css code to work, At first I thought it has to be a browser caching issue, so I clear my cache and that does nothing, I then try 2 other browsers and they all have the same result.</p> <p>I add the 1st bit of code into the page and the second bit works, I take the first bit away and the second bit does not work. AM i overlooking something here?</p> <pre><code>.commentwrappsdfsde2{width:950px;margin:0 0;padding:0;} .commentwrapper{width:520px;margin-right:auto;margin-left:auto;} </code></pre> <p>Here is the whole page code</p> <pre><code>&lt;style&gt; &lt;!-- css for user photos--&gt; div.imageSub img.female { border-top: 1px solid #FF3399; } div.imageSub img.male { border-top: 1px solid #3399FF; } div.imageSub img { z-index: 1; margin: 0; display: block; } div.imageSub div { position: relative; margin: -15px 0 0; padding: 5px; height: 5px; line-height: 4px; text-align: center; overflow: hidden; font-family:Trebuchet MS,Helvetica,sans-serif; font-size:12px; font-weight: bold; } div.imageSub div.blackbg { z-index: 2; background-color: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: 0.5; } div.imageSub div.label { z-index: 3; color: white; } &lt;!-- end photo block--&gt; /* Comments */ .commentwrappsdfsde2{width:950px;margin:0 0;padding:0;} .commentwrapper{width:520px;margin-right:auto;margin-left:auto;} #comments ol.commentlist li { list-style-type:none; padding:20px; background:none; } #comments ol.commentlist li.thread-even { background:#f6f6f6; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; } #comments ul.children li ul.children,#comments .commentlist{padding:0;} &lt;/style&gt; &lt;div class="commentwrapper"&gt; &lt;div id="comments"&gt; &lt;ol class="commentlist"&gt; &lt;li class="comment thread-even " &gt; Comment 1 &lt;/li&gt; &lt;/ol&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> http://stackoverflow.com/questions/1234795/why-is-the-user-dir-system-property-working-in-java 0 Why is the user.dir system property working in Java? Geo 2009-08-05T18:05:32Z 2009-08-05T18:21:56Z <p>Almost every article I read told me that you can't have <b>chdir</b> in Java. The accepted answer to <a href="http://stackoverflow.com/questions/840190/changing-the-current-working-directory-in-java">this question</a> says you can't do it in Java.</p> <p>However, here's some of the stuff I tried :</p> <pre> geo@codebox:~$ java -version java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing) </pre> <p>Here's a test class I'm using :</p> <pre><code> import java.io.*; public class Ch { public static void main(String[] args) { System.out.println(new File(".").getAbsolutePath()); System.setProperty("user.dir","/media"); System.out.println(new File(".").getAbsolutePath()); } } <pre> geo@codebox:~$ pwd /home/geo geo@codebox:~$ java Ch /home/geo/. /media/. </pre> <p></code></pre></p> <p>Please explain why this worked. Can I use this from now on and expect it to work the same way on all platforms?</p> http://stackoverflow.com/questions/1219490/any-reason-why-isnumeric-fails-on-a-number 0 Any Reason Why IsNumeric() Fails On A Number? Jason 2009-08-02T18:28:13Z 2009-08-02T18:53:21Z <p>I currently have this line of code which has been working for the past 6 months:</p> <pre><code>If IsNumeric(txtProductID.Text) Then ...do stuff Else Dim msg As String = "Error!" End If </code></pre> <p>All of the sudden, no matter what kind of entry is put in <code>txtProductID</code> (including plain numbers), it fails! Is there reason for me to be going crazy over this?</p> http://stackoverflow.com/questions/989943/weird-objective-c-mod-behavior 5 Weird Objective-C Mod Behavior coneybeare 2009-06-13T04:05:36Z 2009-07-17T23:23:55Z <p>So I thought that negative numbers, when mod'ed should be put into positive space... I cant get this to happen in objective-c</p> <p>I expect this:</p> <pre><code>-1 % 3 = 2 0 % 3 = 0 1 % 3 = 1 2 % 3 = 2 </code></pre> <p>But get this</p> <pre><code>-1 % 3 = -1 0 % 3 = 0 1 % 3 = 1 2 % 3 = 2 </code></pre> <p>Why is this and is there a workaround?</p> http://stackoverflow.com/questions/1123615/why-doesnt-this-overflow 1 Why doesn't this overflow? Lucas McCoy 2009-07-14T05:38:46Z 2009-07-14T07:44:26Z <p>Given this code:</p> <pre><code>int x = 20000; int y = 20000; int z = 40000; // Why is it printing WTF? Isn't 40,000 &gt; 32,767? if ((x + y) == z) Console.WriteLine("WTF?"); </code></pre> <p>And knowing an int can hold −32,768 to +32,767. Why doesn't this cause an overflow?</p> http://stackoverflow.com/questions/544697/visual-studio-2008-why-do-my-windows-keep-rearranging-themselves 0 Visual Studio 2008 - Why do my windows keep rearranging themselves? nailitdown 2009-02-13T04:16:04Z 2009-07-04T22:42:19Z <p>Every so often (at least a couple of times a day), my VS2008 windows are rearranging themselves.</p> <p>Team/Solution/Server Explorer - They jump from the right sidebar down to the bottom, or suddenly become free-floating. </p> <p>Same with Errors/Pending Changes/etc. free-floating or suddenly gone, as if they've been closed.</p> <p>It is very strange behaviour. Has anyone else experienced it? Am I doing something silly that would account for this?</p> http://stackoverflow.com/questions/917297/objectdatasource-reacts-to-commented-out-gridview 2 ObjectDataSource reacts to commented-out GridView? Ryan 2009-05-27T18:27:02Z 2009-05-28T20:12:42Z <p>I came across a very strange behavior in asp.net's <code>ObjectDataSource</code>, the description to reproduce is somewhat long, so bear with me while I set the scene. </p> <p>So, imagine a trivial ObjectDataSource/GridView combo in a User Control. The ObjectDataSource calls a method which returns a <code>List</code> of objects, and the GridView shows these objects in tabular form:</p> <pre><code>&lt;div runat="server" ID="ControlWrapper"&gt; &lt;asp:GridView ID="GridView1" AutoGenerateColumns="true" DataSourceID="ObjDataSource1" OnRowDataBound="GridView1_RowBound" runat="server"&gt; &lt;/asp:GridView&gt; &lt;/div&gt; &lt;asp:ObjectDataSource ID="ObjDataSource1" runat="server" SelectMethod="GetBundle" OnSelecting="FixDataSource_Selecting" OnSelected="FixDataSource_Selected" TypeName="West.VitalSigns.Contracts.ProdFixController"&gt; &lt;/asp:ObjectDataSource&gt; </code></pre> <p>This approach will work with pretty much nothing in the code-behind. But let's say that we want to create n number of <code>GridView</code>-s depending on the contents of the database. So we comment out the GridView in the markup...</p> <pre><code>&lt;div runat="server" ID="ControlWrapper"&gt; &lt;!-- &lt;asp:GridView ID="GridView1" AutoGenerateColumns="true" DataSourceID="ObjDataSource1" OnRowDataBound="GridView1_RowBound" runat="server"&gt; &lt;/asp:GridView&gt; --&gt; &lt;/div&gt; </code></pre> <p>...and add something like this to the ObjectDataSource's <code>Selected</code> event handler:</p> <pre><code>protected void FixDataSource_Selected(object sender, ObjectDataSourceStatusEventArgs args) { HashSet&lt;string&gt; components = new HashSet&lt;string&lt;() foreach (ProdFix fix in (List&lt;ProdFix&gt;)args.ReturnValue) { if (!components.Contains(fix.Component)) { GridView v = new GridView(); v.ID=fix.Component.Replace(" " ,"").Replace("-",""); v.AutoGenerateColumns = true; v.DataSource = args.ReturnValue; v.RowDataBound +=new GridViewRowEventHandler(BundleGrid_RowBound); ControlWrapper.Controls.Add(v); components.Add(fix.Component); } } } </code></pre> <p>This code works (or at least the un-simplified version works on my machine), so you decide to remove the commented-out section from the markup (don't want that cruft hanging around, after all!)</p> <pre><code>&lt;div runat="server" ID="ControlWrapper"&gt; &lt;/div&gt; </code></pre> <p>When you do this, however, <strong>the code no longer works!</strong> The ObjectDataSource won't fire, which means that the <code>Selected</code> event will never happen, which means you won't get your <code>GridView</code>-s. It looks like ObjectDataSource is reacting to commented-out markup in the aspx file?</p> <p>So, is this:</p> <ul> <li>A bug in ASP.NET?</li> <li>A non-standard way of dynamically creating GridViews?</li> <li>A WTF that I shouldn't have tried anyway?</li> <li>All of the above?</li> </ul> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used 3 What is the weirdest commercial language/system you've ever used? Loki 2008-11-26T20:56:10Z 2009-05-20T16:15:05Z <p>Ah. I know everyone of you have worked on a system so weird only a handful of people know about. So what about it?</p> http://stackoverflow.com/questions/844261/how-can-parallelism-affect-number-of-results 1 How can parallelism affect number of results? spender 2009-05-09T23:00:30Z 2009-05-12T06:16:52Z <p>I have a fairly complex query that looks something like this:</p> <pre><code>create table Items(SomeOtherTableID int,SomeField int) create table SomeOtherTable(Id int,GroupID int) with cte1 as ( select SomeOtherTableID,COUNT(*) SubItemCount from Items t where t.SomeField is not null group by SomeOtherTableID ),cte2 as ( select tc.SomeOtherTableID,ROW_NUMBER() over (partition by a.GroupID order by tc.SubItemCount desc) SubItemRank from Items t inner join SomeOtherTable a on a.Id=t.SomeOtherTableID inner join cte1 tc on tc.SomeOtherTableID=t.SomeOtherTableID where t.SomeField is not null ),cte3 as ( select SomeOtherTableID from cte2 where SubItemRank=1 ) select * from cte3 t1 inner join cte3 t2 on t1.SomeOtherTableID&lt;t2.SomeOtherTableID option (maxdop 1) </code></pre> <p>The query is such that <strong>cte3</strong> is filled with <strong>6222</strong> <em>distinct</em> results. In the final <strong>select</strong>, I am performing a cross join on <strong>cte3</strong> with itself, (so that I can compare every value in the table with every other value in the table at a later point). Notice the final line : </p> <pre><code>option (maxdop 1) </code></pre> <p>Apparently, this switches off parallelism.</p> <p>So, with <strong>6222</strong> results rows in <strong>cte3</strong>, I would expect (6222*6221)/2, or <strong>19353531</strong> results in the subsequent cross joining select, and with the final <strong>maxdop</strong> line in place, that is indeed the case.</p> <p>However, when I remove the <strong>maxdop</strong> line, the number of results jumps to <strong>19380454</strong>. I have 4 cores on my dev box.</p> <p>WTF? Can anyone explain why this is? Do I need to reconsider previous queries that cross join in this way?</p> http://stackoverflow.com/questions/736408/c-function-seemingly-not-defined-anywhere 3 C function seemingly not defined anywhere! hasen j 2009-04-10T00:58:20Z 2009-04-10T01:36:56Z <p>I'm looking at the vim source code, specifically the file <a href="http://svn.jansson.be/limp/vim-ecl/7.2/src/normal.c" rel="nofollow">normal.c</a>, and I see this function <code>nv_operator</code> being used, but it's not defined anywhere (I grepped the entire src directory)</p> <p>It's only declared as:</p> <pre><code>static void nv_operator __ARGS((cmdarg_T *cap)); </code></pre> <p>I've looked up the definition of __ARGS but it's just ... nothing (pretty much)<br /> in <a href="http://svn.jansson.be/limp/vim-ecl/7.2/src/vim.h" rel="nofollow">vim.h</a>:</p> <pre><code>#define __ARGS(x) x </code></pre> <p>So what could be going on? Is this some kind of <code>C</code> technique to create a dummy function or something?</p> http://stackoverflow.com/questions/678319/mac-safari-randomly-recreating-cookie-when-i-refresh-my-login-screen-very-bizarr 0 Mac Safari randomly recreating cookie when I refresh my login screen. Very bizarre mcintyre321 2009-03-24T17:05:05Z 2009-04-03T14:12:55Z <p>We have found an issue in our app where Safari on the Mac randomly recreates a login cookie from a logged off session. </p> <p>I have a fiddler archive with this behaviour <a href="http://mcintyre321.googlepages.com/SafariCookieProblem.zip" rel="nofollow">here</a>. Note that some stuff has been removed from this to make it easier to get, but nothing which sets a cookie or anything has been taken out - only repetitions of requests 3-8.</p> <p>I'll talk you through the running order </p> <ul> <li>Request 1: user logs out via call to /logout.aspx - Set-Cookie returned setting cookie expiry date to 1999</li> <li>Requests 2-8: user refreshes login page sending calls to root or /res/en-US/s.js - no cookie is sent to server or received back, and access is denied. I have cut out a lot of requests of this nature from the log as they are boring</li> <li>Request 9: request for /res/en-US/s.js - Hv3 authentication cookie has mysteriously reappeared! Wat. There was NO set-cookie! WTFF!</li> <li>Request 10+ : now the cookie has reappeared, the site logs the user in AGAIN</li> </ul> <p>The cookie, when examined in Safari looks like</p> <pre><code>&lt;dict&gt; &lt;key&gt;Created&lt;/key&gt; &lt;real&gt;259603523.26834899&lt;/real&gt; &lt;key&gt;Domain&lt;/key&gt; &lt;string&gt;.mysite.dev&lt;/string&gt; &lt;key&gt;Expires&lt;/key&gt; &lt;date&gt;2010-03-24T16:05:22Z&lt;/date&gt; &lt;key&gt;HttpOnly&lt;/key&gt; &lt;string&gt;TRUE&lt;/string&gt; &lt;key&gt;Name&lt;/key&gt; &lt;string&gt;.Hv3&lt;/string&gt; &lt;key&gt;Path&lt;/key&gt; &lt;string&gt;/&lt;/string&gt; &lt;/dict&gt; </code></pre> <p>One thing to note is that in Safari, the cookie domain is .mysite.dev not mysite.dev (which is the cookie domain specified in web.config) - however, given that access is denied in requests 2-8, it looks like the cookie has expired OK. If you look in the list of cookies in the browser during 2-8, the .Hv3 cookie is not there.</p> <p>Is this our bug or Safari's? What can I do to stop it happening?</p> http://stackoverflow.com/questions/664123/default-as-a-variable-name 5 'default' as a variable name Agnel Kurian 2009-03-19T21:20:58Z 2009-03-19T21:50:06Z <p>While debugging some code, I came across an array named <code>default</code>. I thought that keywords were not allowed as variable names.</p> <pre><code>#include "stdafx.h" #include &lt;stdio.h&gt; int main() { int default = 5; printf("%d\n", default); return 0; } </code></pre> <p>Now the above code compiles without a hitch on VS 2008. Isn't 'default' a keyword? How come it works as a variable name? Side-effects?</p> <p><strong>PS:</strong> <code>Infragistics::Win::UltraWinToolbars::ToolbarsCollection</code> has a property with this name!</p> http://stackoverflow.com/questions/585725/weird-behavior-in-referring-to-global-variable-is-this-a-bug-in-javascript-sure 2 Weird behavior in referring to global variable. Is this a bug in javascript? Surely it isn't! Chandan . 2009-02-25T12:06:15Z 2009-02-25T12:24:59Z <p>Consider the following piece of code. </p> <pre><code>&lt;html&gt; &lt;body&gt; &lt;script&gt; var x = 5; //globally declared function showX() { alert("x="+x); //trying to display global value var x=10; //trying to create and initialize a local x } &lt;/script&gt; &lt;input type = "button" value="Show X" onclick="showX()"&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>The alert statement shows 'x=undefined'. And doesn't print the global value of x as expected. An equivalent java code would display 5! So, is it a bug? If not then how does one explain that behavior?</p> http://stackoverflow.com/questions/562635/weird-problem-with-php-mail-under-linux 2 Weird problem with PHP mail() under Linux. Vilx- 2009-02-18T20:15:12Z 2009-02-18T20:22:26Z <p>This is the case when it "works on my machine". Except that my machine is Windows, and the target is some sort of Linux.</p> <p>The idea is that the <code>mail()</code> function puts a newline between the <code>MIME-Version</code> and <code>Content-Type</code> headers, thus breaking the whole thing. Here's the code, simpliefied as much as possible:</p> <pre><code>&lt;?php $HTMLPart = chunk_split(base64_encode('&lt;html&gt;&lt;body style="color: red"&gt;Test.&lt;/body&gt;&lt;/html&gt;')); $PlaintextPart = chunk_split(base64_encode('&gt;&gt;&gt; TEST &lt;&lt;&lt;')); $Headers =&lt;&lt;&lt;AKAM From: "My Test" &lt;my@mail.com&gt; Reply-To: my@mail.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="9-1410065408-1410065408=:27514" AKAM; $Body =&lt;&lt;&lt;AKAM This is a multi-part message in MIME format. --9-1410065408-1410065408=:27514 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: base64 $PlaintextPart --9-1410065408-1410065408=:27514 Content-Type: text/html; charset="windows-1252" Content-Transfer-Encoding: base64 $HTMLPart --9-1410065408-1410065408=:27514-- AKAM; echo 'Try 3: '; echo mail('your@mail.com', 'Testmail', $Body, $Headers) ? 'WIN' : 'FAIL'; ?&gt; </code></pre> http://stackoverflow.com/questions/497420/logging-causing-xml-parsing-to-break 3 Logging causing XML Parsing to break?! Herms 2009-01-30T21:58:25Z 2009-02-02T15:58:52Z <p>I'm seeing something very very strange happening in a Flex app I'm maintaining.</p> <p>I've been going through it removing all calls to trace() and replacing it with calls into the logging framework (using the built in mx.logging stuff). After doing so some XML parsing code suddenly broke, and I can't for the life of me figure out why.</p> <p>here's the code:</p> <pre><code>private var loader:URLLoader; // created elsewhere private function handleComplete(event:Event):void { default xml namespace = com; xml = XML(loader.data); var response:XML = new XML(xml..raniResponse); //now handles a null response object if(xml &amp;&amp; response.children().length() &gt; 0) { LOG.debug("Got response."); var cityXML:XML = new XML(xml..city); var stateXML:XML = new XML(xml..stateProv); /* Some extra processing is done here */ } } </code></pre> <p>With the code like this, with that LOG.debug() call in place, I get the following error on the line cityXML is defined:</p> <pre><code>TypeError: Error #1088: The markup in the document following the root element must be well-formed. </code></pre> <p>If I comment out the LOG.debug() call it works fine.</p> <p>I thought there might be some weirdness with the custom log target I created, so I removed that. Currently the only target being used is the built-in trace target.</p> <p>Does anyone know what's going on? Why would a logging call break the XML parsing? I can't think of anything it could be doing that would break it.</p> <p>EDIT:</p> <p>I did some more tests, and it's just getting weirder.</p> <p>I changed the code based on David's comment to use xml..city[0] instead of new XML(xml..city) for both assignments. This caused the exception to happen a bit later (in some code not shown above where it's referencing cityXML). So I tried stepping through in the debugger and noticed something odd.</p> <p>cityXML was being set to null, while stateXML was getting the proper value. Looking at the xml object in the debugger showed all the correct data, so it should have been fine. As a random test I rearranged the code so that stateXML was being loaded first. After doing that, stateXML is null, while cityXML is correct.</p> <p>So, whichever assignment happens immediately after the log is failing, but whatever happens after that worked fine.</p> <p>Here's the (somewhat sanitized) XML that's being parsed:</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt; &lt;soapenv:Body&gt; &lt;com:MyCompanyRANIv.01 xmlns:com="com:myc:rani:1:0:message" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt; &lt;com:raniResponse&gt; &lt;com:telephonyInfo&gt; &lt;com:countryCode&gt;1&lt;/com:countryCode&gt; &lt;com:telephoneNumber&gt;14121234567&lt;/com:telephoneNumber&gt; &lt;/com:telephonyInfo&gt; &lt;com:geoInfo&gt; &lt;com:coordinates&gt; &lt;com:latLon&gt; &lt;com:lat&gt;40.49&lt;/com:lat&gt; &lt;com:lon&gt;-79.92&lt;/com:lon&gt; &lt;/com:latLon&gt; &lt;/com:coordinates&gt; &lt;com:countryInfo&gt; &lt;com:country&gt; &lt;com:featureName&gt;United States&lt;/com:featureName&gt; &lt;com:featureTypeDescription&gt;United States of America&lt;/com:featureTypeDescription&gt; &lt;com:featureCode value="US" system="ISO 3166" family="Country Code" systemVer="1-alpha-2" /&gt; &lt;/com:country&gt; &lt;/com:countryInfo&gt; &lt;com:stateProvInfo&gt; &lt;com:stateProv&gt; &lt;com:featureName&gt;PENNSYLVANIA&lt;/com:featureName&gt; &lt;com:featureTypeDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureCode family="US State Code" system="FIPS State Alpha Code" systemVer="" value="PA" /&gt; &lt;/com:stateProv&gt; &lt;/com:stateProvInfo&gt; &lt;com:regionInfo&gt; &lt;com:region&gt; &lt;com:featureName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureTypeDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureCode family="" system="" systemVer="" value="" /&gt; &lt;/com:region&gt; &lt;/com:regionInfo&gt; &lt;com:countyParishInfo&gt; &lt;com:countyParish&gt; &lt;com:featureName&gt;ALLEGHENY&lt;/com:featureName&gt; &lt;com:featureTypeDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureCode family="" system="" systemVer="" value="" /&gt; &lt;/com:countyParish&gt; &lt;/com:countyParishInfo&gt; &lt;com:cityInfo&gt; &lt;com:city&gt; &lt;com:featureName&gt;PITTSBURGH&lt;/com:featureName&gt; &lt;com:featureTypeDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureCode family="" system="" systemVer="" value="" /&gt; &lt;/com:city&gt; &lt;/com:cityInfo&gt; &lt;com:buildingInfo&gt; &lt;com:building&gt; &lt;com:featureName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;com:featureTypeDescription xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /&gt; &lt;/com:building&gt; &lt;/com:buildingInfo&gt; &lt;com:streetAddress address="" /&gt; &lt;/com:geoInfo&gt; &lt;com:services host="false" wireless="false" other="false" /&gt; &lt;/com:raniResponse&gt; &lt;com:raniRequest&gt; &lt;com:fullyQualifiedTelephoneNumber&gt;14121234567&lt;/com:fullyQualifiedTelephoneNumber&gt; &lt;/com:raniRequest&gt; &lt;/com:MyCompanyRANIv.01&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt; </code></pre> http://stackoverflow.com/questions/345577/what-is-your-most-weird-illogical-bug 0 what is your most weird illogical bug? [closed] melaos 2008-12-06T00:08:46Z 2008-12-06T00:21:38Z <p>as a developer, it's a common case for us to set a few hours and even perhaps a few days to try to debug some problem, and after going down the logical path, tracing and narrowing down the scope, but still coming out short of what's causing the problem.</p> <p>then with a lot of googling and sometimes trying something else that out of the box, then you're able to find the root cause and get that eureka moment and finally putting the bug to rest. and later spend the next few hours with a big grin on your face...</p> <p>i remember that i have a web form which will submit twice in firefox but only will somehow mysteriously submit only once in ie. </p> <p>for the life of me i couldn't understand what the heck was going on, until i found out that there's a <code>&lt;script</code> line in my html which includes an empty src="" line which caused this cute behavior.</p> <p>so maybe we can each list down a not your typical logical bug here, so one day when someone does a google search they can be routed back to this thread.</p> <p>thanks</p> http://stackoverflow.com/questions/326778/weird-ie-javascript-problem 0 Weird IE JavaScript Problem Chris 2008-11-28T22:12:56Z 2008-11-28T23:03:36Z <p>OK,</p> <p>Here is my problem, I have a master page with a HEAD section that contains my JS includes. I have one JS include </p> <pre><code>&lt;script src="Includes/js/browser.js" language="javascript" type="text/javascript"&gt;&lt;/script&gt; </code></pre> <p>In my page i consume it like this:</p> <pre><code>&lt;body&gt; &lt;form id="form1" runat="server"&gt; &lt;div&gt; .... &lt;script type="text/javascript"&gt;registerBookmarkButton();&lt;/script&gt; .... &lt;/div&gt; &lt;/form&gt; &lt;/body&gt; </code></pre> <p>And i get this error:</p> <pre><code>Line: 216 Error: Object expected </code></pre> <p>Please tell me i just missed something and it's a stupid mistake</p>