search for: segfaul

Displaying 8 results from an estimated 8 matches for "segfaul".

Did you mean: segfault
2011 Apr 10
1
Segfaul probably during dsync
Hi, I get core dumps, probably during dsync: Core was generated by `dovecot/imap postlogin'. Program terminated with signal 6, Aborted. [New process 7727] #0 0x00002ba911c04ed5 in raise () from /lib/libc.so.6 #0 0x00002ba911c04ed5 in raise () from /lib/libc.so.6 No symbol table info available. #1 0x00002ba911c063f3 in abort () from /lib/libc.so.6 No symbol table info available. #2
2016 Oct 18
1
Bug 6870 resurfaced in Samba 4.2.10
...gt; Sorry, > > Jeremy. Glad you checked that... my next response would be "I have a gdb backtrace here that disagrees with you...." ;) This patch looks good. net ads workgroup did indeed give the right output, and allowed the rest of the steps in our sequence to complete with no segfauls. This is part of the Smoothwall domain join mechanism, so there was somewhat of an urgency on this one :) Thank you very much for your assistance; let me know if you need any further patches testing on this bug. Regards Rebecca Gellman
2010 Nov 05
2
segmentation fault in blazer_status().
...dstate_setinfo(status[i].var, status[i].fmt, status[i].conv(val, NULL)); 212| } 213| 214+-------> if (strspn(val, "01") != 8) { 215| upsdebugx(2, "Invalid status [%s]", val); 216| return -1; 217| } except this rare segfauls the nut-2.4.3 package is great and works fine. i can provide more debugging details if needed. BR, Pawel.
2014 Oct 27
2
[Bug 984] New: nft v0.3 - Segmentation fault when read input file specifies the "num" queue's option
...tfilter.org Reporter: lucazorzo at gmail.com Created attachment 452 --> https://bugzilla.netfilter.org/attachment.cgi?id=452&action=edit Strace with "queue num 0" Hello, as described in the summary if the file passed to nft contains a "queue num x" rule, nft segfauls with si_signo=SIGSEGV and si_code=SEGV_MAPERR, as you can see in the attached strace files. Deleting the "num x" option solves the problem. Testing input file: table ip filter { chain forward { type filter hook forward priority 0; queue num 0 } } Environment ("-r*&quo...
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
...s. > > Cheers, > > Jeremy. > > Results not good m'fraid. > > It seems cldap_socket_init() should be setting up the cldap_socket > (param 3 is struct cldap_socket **), but obviously doesn't get this far. > When this is passed to cldap_search_send() it segfaults on line 603: > > if (!cldap->connected) { > > This is going to be icky, isn't it? No, it's not so bad. libcli/cldap/cldap.c is clearly supposed to cope with caller.cldap == NULL - you can see this in the function cldap_search_state_destructor() which checks: if (s-&g...
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
...d not quit properly the last time it ran. Do you want to run the game in the safe mode? This is recommended for most people It will change your system settings but not your controls. Yes - No - Cancel Whatever I press it gave me a black screen, resolution is changed to 1024 x 768 and then program segfauls: Code: [espinosa at pavilon Call of Duty 4 - Modern Warfare Demo]$ wine iw3sp.exe fixme:win:EnumDisplayDevicesW ((null),0,0x32f8e4,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3d:CreateContext >>>>>&g...
2006 Jul 18
10
searching with chinese chars
Hi all, maybe not a Ferret question, but I assume here might have came across that already. I wrote a simple CGI app that adds docs into a Ferret index. The idea is testing asian languages input and searching. The script that does the input seems to be OK. As David mentioned in a question I made a little while ago, Ferret''s index is agnostic, in the sense that you can store anything in
2018 Aug 08
3
Error Calling eraseFromParent()
LLVM is built in Release mode. The version is 6.0.0. I think that a similar code worked on verison 3.9.0. It is probably a null pointer dereference occurring in eraseFromParent(). I checked and reconfirmed that the instruction had no uses. Perhaps I should rebuild LLVM. Thanks. On Wed, Aug 8, 2018 at 9:03 PM, mayuyu.io <admin at mayuyu.io> wrote: > Hmmmm that’s strange. Do you get an