Mecki
|
Registered User
|
I love being a coder :-) What's the difference between a coder and a programmer? A programmer is a job description. Everyone can be a programmer, whether he ever learned programming or just taught it himself. A programmer gets paid to write code and as long as the code works, nobody cares how "bad" it might be. He may not even like doing his job, he may only do it for the money. |
|
15h |
awarded | ● Notable Question |
|
1d |
answered | instance variable/ method argument naming in Objective C |
|
Dec 6 |
awarded | ● Mortarboard |
|
Nov 27 |
comment |
Translating Int32 into ushort and back again @Fraser: Don't nit-pick please. The main purpose of NAT is to have mulitple internal private IP addressend being mapped to a single public one and that is not possible unless you also do PAT (or no two hosts ever talk to the same host on the internet, while using the same service - will hard to enforce, both accessing Google, bang); PAT is basically a non-existing term in network business. See also Wikipedia page to NAT; they only quickly mention PAT, say you also can just say NAT for that and use solely NAT to describe every kind of NAT. |
|
Nov 27 |
comment |
How can I insert source code from Xcode into OpenOffice without getting an paragraph for every single line? This does not work, they stay paragraph, even when copying as unformated text. |
|
Nov 18 |
comment |
Perl Script, Fork/Exec, System claims my process has died when in fact only my child process has died You are right - printing some debug output right before the exec shows that the exec runs in the parent and not in the child - DOOHH! Stupid mistake!!! |
|
Nov 17 |
comment |
Perl Script, Fork/Exec, System claims my process has died when in fact only my child process has died Sorry for not posting any code, after trying to find the cause of this issue for about 30 minutes, I had exactly 10 minutes left before I had to leave (otherwise I would have missed an important appointment) - the description above was the best I could come up within 10 minutes (stripping the code to a minimal test case had taken some more time). I have access to the code again in exactly 11 hours from now; then I'll see what I can do regarding a code sample. |
|
Nov 17 |
comment |
Perl Script, Fork/Exec, System claims my process has died when in fact only my child process has died Ummm... good point you have there... I will double check that in exactly 11 hours from now (this is when I will have access to my code again). This would really be a stupid mistake, but everyone makes stupid mistakes once in a while and if it was doing the exec in the wrong fork, this would indeed match the undesired behavior described above. |
|
Nov 17 |
asked | Perl Script, Fork/Exec, System claims my process has died when in fact only my child process has died |
|
Nov 10 |
comment |
How to remap “Context Menu” key in Mac OS X? But using XML layouts you can only map this key to a different key that is NOT a modifier! You cannot may modifiers via layout descriptions. |
|
Nov 4 |
comment |
Cocoa: Getting the current mouse position on the screen I fail to see why your initial code was not working, this code works just lovely for me. |
|
Oct 20 |
comment |
hgignore: help ignoring all files but certain ones How you do you manually add those? Adding them with "hg add" fails, as the ignore file will be used. Adding them with "hg add -I" fails, as still the ignore file applies. So how can they be added overriding the ignore file? |
|
Oct 18 |
awarded | ● Nice Answer |
|
Oct 17 |
awarded | ● Nice Answer |
|
Oct 10 |
awarded | ● Self-Learner |
|
Sep 25 |
awarded | ● Nice Question |
|
Sep 24 |
accepted | SVN: Can you remove directories from a local checkout only (not from the repository)? |
|
Sep 24 |
awarded | ● Good Answer |
|
Sep 21 |
comment |
Monotone - only pull the latest revision of a repository Big problem of all distributed SCMs :( If I want to change a single file in a SVN repo, it takes me 3 minutes to check out the head, modify the file (or maybe two), commit and I'm done with it. Doing the same with a distributed SCM means after 30 minutes I'm still waiting for the repo to by synced before I can even get to the files. |
|
Sep 21 |
comment |
SVN: Can you remove directories from a local checkout only (not from the repository)? Sorry; have been working with Java for too long I guess -> Java 2 is Java 1.2, Java 5 is actually Java 1.5 and so on ;-) |
|
Sep 21 |
revised |
SVN: Can you remove directories from a local checkout only (not from the repository)? make version numbers right |
|
Sep 18 |
awarded | ● Yearling |
|
Sep 17 |
revised |
SVN: Can you remove directories from a local checkout only (not from the repository)? grammar and a lot better layout |
|
Sep 17 |
answered | SVN: Can you remove directories from a local checkout only (not from the repository)? |
|
Sep 17 |
comment |
SVN: Can you remove directories from a local checkout only (not from the repository)? @ire_and_curses: If you don't write a real answer, you cannot get upvotes and I can not directly comment on what you write. Even if the question has been answered elsewhere, always write a real answer. If my question is then not closed as dupe in time, I can accept your answer as "the answer", even if it just directs me elsewhere. Not fair? I think it is. After all just answering by giving a link is also gives you rep for someone else's work. |
|
Sep 17 |
comment |
SVN: Can you remove directories from a local checkout only (not from the repository)? Sorry, this cannot really solve my issue. I can make a local repository and just link in some of the subdirectories, so only those appear... and I can probably unlink them (removing the external declaration) and they will go away... but I have no way to get the files fileX.txt in the main directory, as you cannot link in single files, only directories and linking in this directory links in the files and all subdirectories of it :( |
|
Sep 17 |
comment |
SVN: Can you remove directories from a local checkout only (not from the repository)? @ire_and_curses: First, why don't you write this as an answer? Second: These two questions are about preventing something from being committed. This has nothing to do with my problem at all. Even if I do svn delete on the directory and prevent this from being commited, the directory will not go away. Have you even read my question or just the headline? |
|
Sep 17 |
comment |
SVN: Can you remove directories from a local checkout only (not from the repository)? This sounds pretty interesting! First answer and already a very good one (upvote). Not sure if this is the best solution and if this really will solve my problem, but I should give this solution a try. Should this work and nobody has anything more simple to offer, I will accept this answer. Even if it won't solve my problem, it might solve some other SVN problems (so this knowledge is handy in any case) |
|
Sep 17 |
revised |
SVN: Can you remove directories from a local checkout only (not from the repository)? grammar |
|
Sep 17 |
asked | SVN: Can you remove directories from a local checkout only (not from the repository)? |
|
Sep 16 |
comment |
Can you do a partial checkout with svn? @Rob: I don't know about sparse checkouts, but the non-recursive method of above will only checkout those you added via update later on and those that were not present when you did the initial checkout. |
|
Sep 8 |
awarded | ● Popular Question |
|
Sep 8 |
awarded | ● Enlightened |
|
Sep 6 |
awarded | ● Good Answer |
|
Sep 2 |
awarded | ● Notable Question |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? On Mac OS X NULL is indeed defined as "(void *)0" - but you are right, C doesn't say it NULL must be 0, it can be any value. NULL is just NULL and you shouldn't care as developer what that means. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Yes, this is perfectly right (you know your UNIX VM, don't you? ;-)); if length is 4096 or bigger it will indeed not crash. Only problem is, we can say for sure length is 0, otherwise realLength was not 1 when the crash happens (and real length is 1 when the crash happens). Still, good idea. You get an upvote for pointing this out. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Thought about this cast, too... in theory that could have caused the issue, but in practice I found the issue (see update of question) and that was not it - on my system the pointers are all equal in size. Still, you get an upvote because you are the first one who thought about the cast being a possible cause of all this; if a system has really different pointer sizes for different data types (which is perfectly valid I think), this could cause such an issue. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Sorry, I missed that one, it is there in the real source code. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Yes, but that was just because I didn't copy the code directly, instead I typed it and forget to add it. It is there in the real source file :-P I just did that as the names in the real source file are very cryptic (to not say ugly) and using more obvious names makes it easier to read. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Yes, is by intend. Result is a return value of the function. The real return value is int to indicate success or failure (and kind of failure) only, but in case of success result must also be returned. This happens by the caller having a "char * xxx;" variable and calling the function with "(..., &xxx, ...)" so on successful return, xxx now points to the allocated memory. |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? You are right; checking every single pointer against NULL before using it is the correct way of doing it. Okay, in this case it hadn't solved anything (see accepted solution and my update to the question), but even though I found the reason for all this, I change the code exactly to something that looks like in your example :-) |
|
Aug 27 |
revised |
How can dereferencing a NULL pointer in C not crash a program? added final solution |
|
Aug 27 |
comment |
How can dereferencing a NULL pointer in C not crash a program? You, sir, are a genius :-) I have not considered that calling malloc can do things like changing the VM mapping of the process, zero out pages and so on. I can now reproduce the issue locally and indeed, when I skip over that malloc call, it won't crash. So accepted reply, congratulations! |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Oh, sorry about that, result is an output parameter of the function. It is of type char ** and in the caller it is on stack "char * name;" and passed to the function as "..., &name, ...". So unless something corrupts the stack, there should be no problem with that one. |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? So far this reply looks most promising; something so simple and still I never thought about this possibility. Of course malloc may change any memory used in my code if I accidentally free'd it. I can test this with the customer. You can force OS X to load an alternative malloc implemention (by setting an environment variable) which makes sure accessing free'd memory crashes immediately (for debugging purposes). Let's see what that will tell us :-) |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Yes, but "p[i] == 0" is like "*(p + i) == 0" and that is not possible if p is NULL. Okay, not quite right, it is possible if i is larger than a page size on most systems (as then you are not accessing the NULL guard on most OSes and thus not causing a crash), but in my case realLength is 1 after adding 1 to length and thus length must have been 0 before. And in case i is zero above we have "*(p + 0) == 0" and this will crash if p is NULL, give it a try. Also "if (p[0] == 0)" will crash if p is NULL, try it. |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Wow, brilliant reply! Haven't even thought about that one. Yes, indeed, the data pointer might point to something useful at the if statement, but may itself be located in already free'd (not yet re-used) memory. Calling malloc may cause changes to that free memory so that now the data pointer points to NULL all of a sudden. This is definitely possible! |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? Yes, you are definitely correct, none of those are checked. And to answer your question: I have no idea if they are correct. They might all be pointing into nowhere. But what I know is that the second parameter to strlcpy is NULL, thus data points to NULL and nothing in the program could have changed that, so it must have been NULL in the if statement as well... but there I dereferenced it and nothing went wrong (data[0] is the same as (*data), so it means dereferncing it, doesn’t it?). |
|
Aug 26 |
comment |
How can dereferencing a NULL pointer in C not crash a program? @qrdl: I have a crash log of the process. This is Mac OS X and crashing process always creates such a crash log. I have the stack backtrace, that's why I know where it crashes and I have the values in all registers at the time of crash; as well as knowing this crash is caused by accessing memory at memory location 0x0 (NULL pointer). There are no other helpful information in such a log. |
