similar to: App crashes and exception handling [Was: Re: VirtualProtect and app crash]

Displaying 14 results from an estimated 14 matches similar to: "App crashes and exception handling [Was: Re: VirtualProtect and app crash]"

2001 Dec 11
1
VirtualProtect and app crash: exception handling?
I downloaded (shudder) Microsoft's windbg program (http://www.microsoft.com/ddk/debugging/installx86beta.asp) and ran it for the app under Win2000/VMWare. It also shows an exception at the same access! However, windbg displays the exception and then allows the user to continue the program, letting whatever exception handler the program installed handle the exception. And the program does
2001 Dec 12
3
Bug in PE_LoadImage/map_image? [Was: VirtualProtect and app crash]
I used WinDbg to show the memory protections that were placed on the executable image just after it was loaded, and just before the app starts. Here is what wine shows: View: 0x400000 - 0x765fff 28 0x400000 - 0x765fff c-rw- Here is what WinDbg shows (manually edited to look like the wine view): 0x400000 - 0x400fff c-r-- (PAGE_READONLY) 0x401000 - 0x454fff c--W- (PAGE_WRITECOPY)
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
Here is my thought process on why the application crashes with a protection violation reading a section of memory. I used IDA to disassemble the app. Here's the section where it reads from memory and crashes because of a protection violation: 00760D4A sub_760D4A proc near ; CODE XREF: sub_75FCB0+159^Xp 00760D4A push ebp 00760D4B mov
2005 Jul 12
0
samba PDC and access to unauthorised shares from w2k client
I posted this problem before, but still didnt get any solution. I have a Samba 3.0.14 server as PDC and several w2k clients. I got a problem when a user tries to access an unauthorised share on the Samba server. Instead of the usual message box 'Access Denied' the user gets a message box 'Enter network password' on his pc. When trying to access an unauthorised share on one of the
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel, Right, my app also crashes in a different place under winedbg, although it crashes in the same winedbg place under gdb. I took a closer look at wine --winver nt40 --debugmsg +all. I found something interesting. If I search for queue_exception, I find that there is an exception raised before the LoadOEMCall, about 328klines in: 0806d398:Call
2018 Jan 12
0
Help with packages (methods, stats, stats4)
hello , i am so sorry , i figure it out. im sending this msj to the moderator to stop the approval of the mail . have a good day. 2018-01-12 15:42 GMT+00:00 imane hajar <imane.chafiki.fst at gmail.com>: > hello, > Can you please give me a hand with this problem,well i can't install > these packages: > - stats > - methods > - stats4 > > when i tried the
2004 Sep 16
0
[LLVMdev] Files to lib/System/Win32
On Wed, 15 Sep 2004, Jeff Cohen wrote: > No, there isn't. It was originally published in Microsoft Systems > Journal. There's no license I can find in any of the files that > accompany the article. If publication in MSJ or MSDN doesn't make it > fair game, then I guess I'll have to rewrite it. I suspect that it's not actually a problem: MS *wants* developers to
2004 Sep 16
1
[LLVMdev] Files to lib/System/Win32
I've only seen the article online. I cannot find anything that explicitly grants permission, though my understanding is the same as yours. So to be on the safe side, I'll rewrite it. I pretty much have to do that anyway to make it conform to LLVM coding standards :) And I now realize my code has concurrency issues. What, you ask? How can a non-threaded program like LLVM have
2018 Jan 12
0
Help with packages (methods, stats, stats4)
1. Unless there is a good reason not to, please always cc the list. As you note, I may misunderstand or just be too stupid, so you increase your chance of getting a good answer by ccing them, which I have done here 2. It looks like you need to install the multcomp package. Have you? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and
2004 Sep 16
2
[LLVMdev] Files to lib/System/Win32
No, there isn't. It was originally published in Microsoft Systems Journal. There's no license I can find in any of the files that accompany the article. If publication in MSJ or MSDN doesn't make it fair game, then I guess I'll have to rewrite it. On Wed, 15 Sep 2004 21:28:04 -0700 Reid Spencer <reid at x10sys.com> wrote: > Jeff, > > Thanks for the patch. It
2018 Jan 12
0
Help with packages (methods, stats, stats4)
On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > Hi, > Did you try install.packages('stats'). That will not work, as stats is a base package. It comes with R, and can't be changed. The stats package should never be missing in a proper install of R. Duncan Murdoch > Let we know about your Sys.info() > Karim > > On Fri, Jan 12, 2018 at 5:37 PM, imane hajar
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Hi, Did you try install.packages('stats'). Let we know about your Sys.info() Karim On Fri, Jan 12, 2018 at 5:37 PM, imane hajar <imane.chafiki.fst at gmail.com> wrote: > hello , > > i am so sorry , i figure it out. > > im sending this msj to the moderator to stop the approval of the mail . > > have a good day. > > > 2018-01-12 15:42 GMT+00:00 imane
2018 Jan 12
0
Help with packages (methods, stats, stats4)
On 12/01/2018 1:25 PM, Karim Mezhoud wrote: > Yes, > You are right. I mean > install.packages('DVstats'). That won't work either, because DVstats is not on CRAN. > Actually, it seems that DVstats does not have maintainer > https://github.com/USGS-R/DVstats You can try install.packages("devtools") # if not already installed...
2018 Jan 12
2
Help with packages (methods, stats, stats4)
Yes, You are right. I mean install.packages('DVstats'). Actually, it seems that DVstats does not have maintainer https://github.com/USGS-R/DVstats Karim On Fri, Jan 12, 2018 at 7:20 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 12/01/2018 1:11 PM, Karim Mezhoud wrote: > >> Hi, >> Did you try install.packages('stats'). >> > > That