search for: nullpointers

Displaying 18 results from an estimated 18 matches for "nullpointers".

Did you mean: nullpointer
2013 Mar 07
1
[Bug 61947] New: nullpointer dereference causes xorg-server segfault when nouveau DRI driver is loaded
https://bugs.freedesktop.org/show_bug.cgi?id=61947 Priority: medium Bug ID: 61947 Assignee: nouveau at lists.freedesktop.org Summary: nullpointer dereference causes xorg-server segfault when nouveau DRI driver is loaded Severity: critical Classification: Unclassified OS: Linux (All) Reporter:
2007 May 30
4
RE: Timer going backwards and Unable to handle kernel NULLpointer
>I''ve been seeing these pretty regularly on a single-socket dual-core Athlon >system for the last couple of months, and only on Friday finally found time >to start looking into these. Besides the messages above, I also see hangs >in about every other boot attempt but only if I do *not* use serial output >(which makes debugging a little harder), and never once initial boot
2012 Jan 09
1
serializing recordedplot object
I use recordPlot() to save plots to disk that I render later to a variety of formats. This works fine for base R plots and ggplot2 plots, and also used to work for lattice plots. However somewhere in version 2.14 things stopped working for lattice plots. Here is an example: library(lattice); histogram(rnorm(100)); x <- recordPlot(); saveRDS(x, "myplot.rds"); y <-
2014 Aug 29
5
[LLVMdev] HELP! PLEASE!
I need help. I can't get it to work. I'm crying here, really, I'm balling my eyes out. Is there any way for a beginner to get support with using LLVM? All my queries are just ignored or disregarded on this mailing list. Why isn't there an llvm mailing list for novices? This is the only thing that can get my programming language, to be operation in a reasonable amount of time,
2014 Aug 17
3
antispam plugin crash
Hi, the dovecot antispam plugin crahses here on a nullpointer dereference in antispam_copy() at mailbox.c The crash tracks back to a call of antispam_classify_copy(asms->box_class, asmb->box_class) At that point in time asmb is set to 0x0, causing the process to crash with SIGSEGV. Regards, Thomas GDB output: Program received signal SIGSEGV, Segmentation fault. antispam_copy
2006 Mar 19
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 17, 2006, at 12:19 PM, Chris Lattner wrote: > Great. Note that -cee is a beta pass... it has some known bugs and > isn't planned to be worked on in the immediate future. :( After a bit of digging, I found one open bug and two failing test cases, all of which appear to be feature requests: #217: LLVM needs a generic dominator update mechanism nullpointer.ll: "a
2006 Mar 17
2
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Fri, 17 Mar 2006, Eric Kidd wrote: >> I'm particularly confused by the rlwinm instructions that keep turning up >> in PowerPC output, and the double test against 98. I don't have a problem >> or anything; I'm just trying to figure out what's going on. :-) > > Ah! The backend is running -lowerswitch, which does a binary search of the > case labels
2019 Nov 12
2
The best way of generating a good representation for an array with header?
The advantages: 1. A pointer to the struct offset can be converted to a pointer without any cost. 2. A nullpointer to a stretchy buffer can be treated as a zero length array. Consequently no actual struct allocation is needed to represent a zero length array. 3. A reference to the array is the same size as to a pointer. 4. It can be converted to and back from an pointer without losing any
2014 Aug 18
1
antispam plugin crash
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 17 Aug 2014, Thomas Witt wrote: > the dovecot antispam plugin crahses here on a nullpointer dereference in > antispam_copy() at mailbox.c does it crashes all of the time or for specific messages, mailboxes, etc.pp? What version of Dovecot and which configuration do you use? > > The crash tracks back to a call of >
2002 Feb 19
1
rsync bug in clean_flist() while removing duplicted names
hello, i use rsync as a major backend for our automatic debian GNU/linux workstation synchronisation project at the Free University of Berlin / Computer Science. my concept is, that rsync gets the class, group and machine-specific root-trees as argument, and it's up to him to find and automaticaly remove duplicated files on the basis of the priority (which is actually the argument list).
2013 Jul 17
0
[LLVMdev] eclipse and gdb
Hi Reed, On Jul 17, 2013, at 3:19 AM, Reed Kotler <rkotler at mips.com> wrote: > On 07/16/2013 06:01 PM, Reed Kotler wrote: >> The Eclipse indexer seems to get stuck in the Clang unittests/AST >> > > In Eclipse you can tell it that a given directory is derived, and then it won't try and index it. > > Probably the more complex clang tests are too involved
2013 Jul 17
1
[LLVMdev] eclipse and gdb
Hi, I am using Eclipse to edit the files, and I used it to debug with gdb as well (but I went back to gdb on the command line, Eclipse GDB UI is just too slow and buggy for me ..). You need to exclude the clang preprocessor/.. stress tests from the sources, otherwise the indexer will freeze Eclipse. You should also remove some autogenerated CMake project subdirectories, otherwise your files
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
LLVMers, On the way to resolving bug 122, I am committing my SymbolTable rewrite. If you are working on anything that uses the SymbolTable, I suggest you read the documentation in include/llvm/SymbolTable.h. The changes I've committed reduce the use of Type::TypeTy. This static member will go away in the future, so please do not propagate new code that uses it. There is no reason to use it
2013 Jul 17
3
[LLVMdev] eclipse and gdb
On 07/16/2013 06:01 PM, Reed Kotler wrote: > The Eclipse indexer seems to get stuck in the Clang unittests/AST > In Eclipse you can tell it that a given directory is derived, and then it won't try and index it. Probably the more complex clang tests are too involved for the indexer. >>> Hope this helps :) >>> >>> Regards, >>> >>> Tilmann
2019 Nov 12
2
The best way of generating a good representation for an array with header?
Yes, we’re actually viewing the struct at an offset. So basically it’s a struct like this: typedef struct { uint32_t size; uint32_t capacity; int array[0]; } Foo; The whole thing is malloc:ed with extra bytes at the end, and capacity is set to that same number of extra bytes. What’s then passed around is actually the int pointer at an offset: &(foo->array) Using the that pointer
2016 Jun 21
3
function call replacement
Hi, Thanks both of you for the help. I just missed that Create function had many optional arguments... sorry for that. However my problem wasn't coming from here (IRBuilder CreateCall function still return a pointer to CallInst so I just added 2 times the call?). I didn't wanted to detail the all issue previously because I knew I had a problem with my syntax. So here's my problem: I
2018 Mar 16
0
Wine release 3.4
The Wine development release 3.4 is now available. What's new in this release (see below for details): - More Vulkan support, including integration with the X11 driver. - Better handling of privileged instructions on x86-64. - Hex edit dialog improvements in RegEdit. - Assortment of patches merged from wine-staging. - Various bug fixes. The source is available from the following
2008 Mar 07
0
Wine release 0.9.57
This is release 0.9.57 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - Support for multiple OpenGL pixel formats. - Improved support for color profiles. - Many window management fixes. - Better fullscreen support. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is