search for: 3373

Displaying 20 results from an estimated 45 matches for "3373".

Did you mean: 373
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Hello, I get this error when compiling this code with llvm-gcc: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type! #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> int main(void) {
2010 Feb 16
0
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Hi Cristian, this is (part of) bug 3373, see http://llvm.org/bugs/show_bug.cgi?id=3373 > FD_ZERO(&rfds); //this is the error line ... > # define __FD_ZERO(fdsp) \ > do { \ > int __d0, __d1;...
2021 Oct 08
26
[Bug 3353] New: Tracking bug for openssh-8.9
https://bugzilla.mindrot.org/show_bug.cgi?id=3353 Bug ID: 3353 Summary: Tracking bug for openssh-8.9 Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at
2016 Sep 19
3
Can Logon & Join NT4-style Domain, Can't Change Password
...vant line on Windows Seven: 13/09/2016 MS16-111 3186973 Important Elevation of Privilege Security Update for Windows Kernel Windows 7 for x64-based Systems Service Pack 1 3175024 Elevation of Privilege Important MS16-101[3167679] Yes CVE-2016-3305,CVE-2016-3306,CVE-2016-3371,CVE-2016-3372,CVE-2016-3373 This seems the only package superseeding the KB3167679, and seems that no packages superseed KB3175024 so far. But also removing KB3175024 hotfix the same problem is still present, at least from the test done so far. Anyone else with the same issue? Regards, Daniele -------------- next part ---...
2009 Jul 15
5
My server reboots every hour! Help please!
...hining about something I don't understand: # tail -f /var/log/messages Jul 15 13:47:39 sith winbindd[3353]: [2009/07/15 13:47:39, 0] nsswitch/idmap.c:idmap_alloc_init(820) Jul 15 13:47:39 sith winbindd[3353]: ERROR: Initialization failed for alloc backend, deferred! Jul 15 13:47:39 sith smbd[3373]: [2009/07/15 13:47:39, 0] auth/auth_util.c:create_builtin_users(810) Jul 15 13:47:39 sith smbd[3373]: create_builtin_users: Failed to create Users Jul 15 13:47:39 sith winbindd[2927]: [2009/07/15 13:47:39, 0] nsswitch/winbindd_passdb.c:sid_to_name(126) Jul 15 13:47:39 sith winbindd[2927]: Poss...
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Thanks Duncan, It seems the bug has been reopened. After reading the comments related to the bug report, it was not clear if this is fixed in llvm-gcc, or just in clang. Thanks, Cristi On Feb 16, 2010, at 3:44 PM, Duncan Sands wrote: > Hi Cristian, this is (part of) bug 3373, see > http://llvm.org/bugs/show_bug.cgi?id=3373 > >> FD_ZERO(&rfds); //this is the error line > > ... > >> # define __FD_ZERO(fdsp) \ >> do { \ >> int __d0, __d1;...
2009 Aug 03
0
[LLVMdev] inline asm question
...> > The return value(in ax) is i64. The first input arg (in ax) is i32. > > Not sure how to deal with that, We've decided that this is invalid; if the front-end wants to deal with such constructs, it's supposed to deal with them itself. See http://llvm.org/bugs/show_bug.cgi?id=3373. -Eli
2009 Aug 03
2
[LLVMdev] inline asm question
Eli Friedman wrote: > 2009/8/2 Richard Pennington <rich at pennware.com>: >> The following fails on x86_64 because of the output constraint '0'. >> My question is, is this legal. LLVM complains about the size difference >> (32 vs 64), but it is the same register (ax). >> Works on x86. >> >> %42 = call i64 asm sideeffect
2017 Jun 16
2
compil error samba 3.6.5
...on the running servers. It doesn't happen on a fresh install Thanks for your help, - serge. 'configure' finished successfully (1m56.906s) WAF_MAKE=1 python ./buildtools/bin/waf build Waf: Entering directory `/root/samba/samba-4.6.5/bin' Selected embedded Heimdal build [3373/3906] Linking default/lib/async_req/async_connect_send_test [3377/3906] Linking default/lib/util/libsamba-util.so default/lib/util/become_daemon_32.o: dans la fonction « become_daemon »: become_daemon.c:(.text+0x1d3): référence indéfinie vers « sd_notifyf » default/lib/util/become_daemon_32.o: dans...
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3373 - 14 msgs
...rk. thanks -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of asterisk-users-request@lists.digium.com Sent: Thursday, April 08, 2004 3:30 PM To: asterisk-users@lists.digium.com Subject: Asterisk-Users digest, Vol 1 #3373 - 14 msgs Send Asterisk-Users mailing list submissions to asterisk-users@lists.digium.com To subscribe or unsubscribe via the World Wide Web, visit http://lists.digium.com/mailman/listinfo/asterisk-users or, via email, send a message with subject or body 'help' to asterisk-users-reques...
2016 Sep 27
2
Can Logon & Join NT4-style Domain, Can't Change Password
...of > > Privilege Security Update for Windows Kernel Windows 7 for > x64-based > > Systems Service Pack 1 3175024 Elevation of Privilege Important > > MS16-101[3167679] Yes CVE-2016-3305,CVE-2016-3306, > > CVE-2016-3371,CVE-2016-3372,CVE-2016-3373 > > > > This seems the only package superseeding the KB3167679, and seems that no > > packages superseed KB3175024 so far. > > > > But also removing KB3175024 hotfix the same problem is still present, at > > least from the test done so far. > > > > An...
2011 Jul 26
3
[LLVMdev] Linking opaque types
On Jul 25, 2011, at 10:58 PM, Talin wrote: > To handle the fact that types do not (and can not, at least as long as we intend to support obscure languages like "C" :) have linkage, the the linker uses a "best effort" approach. It attempts to merge types and rewrite IR to use the merged types where it can, but it doesn't make any guarantees. > > I want to add an
2006 Jun 05
4
Swap memory: I can't reconcile this stuff.
...76 7876 6756 1.0 53m evolution-alarm 3363 40332 7284 6228 0.9 32m eggcups 24745 37480 8176 6876 1.1 28m evolution-excha 3736 53272 29m 8660 3.9 22m gnome-terminal 3361 44404 21m 10m 2.9 21m nautilus 3357 39868 21m 10m 2.8 17m gnome-panel 4096 25460 7600 5960 1.0 17m gkrellm 3373 20488 3492 2944 0.5 16m gnome-vfs-daemo 3367 43608 26m 10m 3.4 16m rhn-applet-gui 3359 19904 6128 5316 0.8 13m gnome-volume-ma 3387 20904 8068 6696 1.0 12m clock-applet 3389 19456 6648 5696 0.9 12m notification-ar 3316 19080 7140 5960 0.9 11m gnome-settings- 3385 22304 10m 7576...
2016 Sep 27
0
Can Logon & Join NT4-style Domain, Can't Change Password
...mportant Elevation of > Privilege Security Update for Windows Kernel Windows 7 for x64-based > Systems Service Pack 1 3175024 Elevation of Privilege Important > MS16-101[3167679] Yes CVE-2016-3305,CVE-2016-3306, > CVE-2016-3371,CVE-2016-3372,CVE-2016-3373 > > This seems the only package superseeding the KB3167679, and seems that no > packages superseed KB3175024 so far. > > But also removing KB3175024 hotfix the same problem is still present, at > least from the test done so far. > > Anyone else with the same issue? > Yes...
2007 Sep 08
1
why no newlines in failure messages?
Instead of : expected "<ul>\n <li>red</li>\n <li>blue</li>\n</ul>", got "<ul>\n <li>red</li>\n <li>blue</li>\n </ul>" (using ==) could we make rspec exceptions look more like : expected "<ul>\n <li>red</li>\n <li>blue</li>\n</ul>", got
2008 May 07
0
RODBC sqlSave with multiple schema in DB2
...nd the table name appears in more than one schema in the database, R seems to be concatenating the fields from both tables and thus the sqlSave does not work. Searching the archives, the most recent discussion on this issue that I could find was: http://tolstoy.newcastle.edu.au/R/e3/help/07/11/3373.html where it was suggested to set schema prior to sqlSave. This does not work. Below is the error as well as traceback(): > sqlSave(myConnection,merged,tablename="PCCSLANOTMETBYSEVERITY",append=T,rownames=F,colnames=F,verbose=T,oldstyle=F, safer=TRUE,addPK=F,fast=F,test=FALSE,n...
1998 Jun 02
0
samba interferes with NT server
...the documentation and samba passes all the diagnoses tests. In fact samba always functions correctly for the subnet it's on. Any suggestions? Thanks, Beau Atwater -- Beau Atwater beau@bwa.bellcore.com Sensors, Systems, and Telemetry ph1 732-758-3373 Bell Communications Research ph2 908-630-9620 fax 732-758-2804
2003 May 01
1
query reg. submission procedure
...o R-1.7.0 with new features. I'm wondering what the guidelines are. Thanks ! Venkatesh -Bioinformatics Group- -New York Univerity- ----------------------------- Home: 144 Kensington Avenue #2, Jersey City, NJ 07304 Ph: 201 536 1314 Office: 715 Broadway #1014, New York, NY 10003 Ph: 212 998 3373
2009 Jan 23
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
...different input/output types are very common. I've added LLVMDev to Cc. Your first post to the list may take a little longer to reach it (first post is moderated by listmaster, no subscription required). [For those who missed the initial conversation, see: http://llvm.org/bugs/show_bug.cgi?id=3373#c9] Best regards, --Edwin
2017 Jun 16
0
compil error samba 3.6.5
...happen on a fresh install > > Thanks for your help, > - serge. > > 'configure' finished successfully (1m56.906s) > WAF_MAKE=1 python ./buildtools/bin/waf build > Waf: Entering directory `/root/samba/samba-4.6.5/bin' > Selected embedded Heimdal build [3373/3906] Linking > default/lib/async_req/async_connect_send_test > [3377/3906] Linking default/lib/util/libsamba-util.so > default/lib/util/become_daemon_32.o: dans la fonction « > become_daemon »: > become_daemon.c:(.text+0x1d3): référence indéfinie vers « sd_notifyf » > default/l...