search for: 12144

Displaying 20 results from an estimated 25 matches for "12144".

Did you mean: 1144
2013 Feb 06
2
[LLVMdev] LLVM Coverage GCDA Flush API
Hi, I ran into the bug/feature request that you cannot flush gcov buffers while the app is running. They are only called when you exit the program, since the flush functions are registered with atexit(). This is the bug report: http://llvm.org/bugs/show_bug.cgi?id=12144 I have what I think is a basic implementation of the `__gcov_flush` call, although I called this version `__llvm_gcov_flush`. Here is the diff https://gist.github.com/ashgti/4685743 if anyone would like to see it. So, my question is where should I go from here? Do I need to email the exact patch...
2013 Feb 06
0
[LLVMdev] LLVM Coverage GCDA Flush API
...il.com> wrote: > Hi, > > I ran into the bug/feature request that you cannot flush gcov buffers while the app is running. They are only called when you exit the program, since the flush functions are registered with atexit(). This is the bug report: http://llvm.org/bugs/show_bug.cgi?id=12144 > > I have what I think is a basic implementation of the `__gcov_flush` call, although I called this version `__llvm_gcov_flush`. Here is the diff https://gist.github.com/ashgti/4685743 if anyone would like to see it. > > So, my question is where should I go from here? Do I need to e...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...sk(). * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses readdirattr. * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType". * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler(). o Björn Jacke <bj at sernet.de> * BUG 2210: pam: Map more NT password errors to PAM errors. * BUG 12535:...
2017 Mar 01
2
[Announce] Samba 4.4.10 Available for Download
...sk(). * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses readdirattr. * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType". * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler(). o Björn Jacke <bj at sernet.de> * BUG 2210: pam: Map more NT password errors to PAM errors. * BUG 12535:...
2013 Feb 06
2
[LLVMdev] LLVM Coverage GCDA Flush API
...> > Hi, > > I ran into the bug/feature request that you cannot flush gcov buffers > while the app is running. They are only called when you exit the program, > since the flush functions are registered with atexit(). This is the bug > report: http://llvm.org/bugs/show_bug.cgi?id=12144 > > I have what I think is a basic implementation of the `__gcov_flush` call, > although I called this version `__llvm_gcov_flush`. Here is the diff > https://gist.github.com/ashgti/4685743 if anyone would like to see it. > > So, my question is where should I go from here? Do I ne...
2002 Jan 15
1
Oplock problems under high load
...v = 20d04, inode = 4348986). [2002/01/15 12:51:51, 0] smbd/oplock.c:oplock_break(859) oplock_break: client failure in oplock break in file IPP/_ipp_/_studio/make/win32/pwd.pl [2002/01/15 12:51:51, 0] smbd/reply.c:reply_lockingX(4413) reply_lockingX: Error : oplock break from client for fnum = 12144 and no oplock granted on this file (IPP/_ipp_/_studio/make/win32/pwd.pl). [2002/01/15 12:52:27, 0] smbd/oplock.c:request_oplock_break(1026) request_oplock_break: no response received to oplock break request to pid 42432 on port 24906 for dev = 20d04, in node = 4348978 for dev = 20d04, inode =...
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...Ralph Boehme <slow at samba.org> * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary. o Günther Deschner <gd at samba.org> * BUG 12285: "DriverVersion" registry backend parsing incorrect in spoolss. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12287: CTDB PID file handling is too weak. o Volker Lendecke <vl at samba.org> * BUG 12045: gencache: Bail out of stabilize if we can not get the allrecord lock. * BUG...
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
...Ralph Boehme <slow at samba.org> * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary. o Günther Deschner <gd at samba.org> * BUG 12285: "DriverVersion" registry backend parsing incorrect in spoolss. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12287: CTDB PID file handling is too weak. o Volker Lendecke <vl at samba.org> * BUG 12045: gencache: Bail out of stabilize if we can not get the allrecord lock. * BUG...
2006 Jul 16
2
HELP - Save drop down list using "collection_select"
Each post has a single category, which I''m filling a drop down list by using this: #view <p><label for="post_type_id">Category</label><br /> <%= collection_select(:id, :type_id, Type.find(:all), :id, :category) %> </p> In my Post model I have a field called "type_id" which is to be filled by the id in the Type table upon
2017 Oct 25
0
[Announce] Samba 4.6.9 Available for Download
...hould not delete BUILTIN mappings. * BUG 13076: Enabling vfs_fruit results in loss of Finder tags and other xattrs. o Samuel Cabrero <scabrero at suse.de> * BUG 12993: s3: spoolss: Fix GUID string format on GetPrinter info. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 13012: ctdb-daemon: Fix implementation of process_exists control. * BUG 13021: ctdb: GET_DB_SEQNUM control can cause ctdb to deadlock when databases are frozen. * BUG 13029: c...
2017 Oct 25
0
[Announce] Samba 4.6.9 Available for Download
...hould not delete BUILTIN mappings. * BUG 13076: Enabling vfs_fruit results in loss of Finder tags and other xattrs. o Samuel Cabrero <scabrero at suse.de> * BUG 12993: s3: spoolss: Fix GUID string format on GetPrinter info. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 13012: ctdb-daemon: Fix implementation of process_exists control. * BUG 13021: ctdb: GET_DB_SEQNUM control can cause ctdb to deadlock when databases are frozen. * BUG 13029: c...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...when dealing with posix pathnames. * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary. o Günther Deschner <gd at samba.org> * BUG 12285: "DriverVersion" registry backend parsing incorrect in spoolss. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12259: ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request. * BUG 12275: ctdb-recovery-helper: Add missing initialisation of ban_credits. * BUG 12287: CTDB PID fi...
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
...when dealing with posix pathnames. * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary. o Günther Deschner <gd at samba.org> * BUG 12285: "DriverVersion" registry backend parsing incorrect in spoolss. o David Disseldorp <ddiss at samba.org> * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour. o Amitay Isaacs <amitay at gmail.com> * BUG 12259: ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control request. * BUG 12275: ctdb-recovery-helper: Add missing initialisation of ban_credits. * BUG 12287: CTDB PID fi...
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...hecks wrong AAPL config state and so always > uses > readdirattr. > * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType". > * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp. > > o David Disseldorp <ddiss at samba.org> > * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. > > o Amitay Isaacs <amitay at gmail.com> > * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler(). > > o Björn Jacke <bj at sernet.de> > * BUG 2210: pam: Map more NT password errors to...
2017 Mar 02
1
[Announce] Samba 4.4.10 Available for Download
...hecks wrong AAPL config state and so always > uses > readdirattr. > * BUG 12545: s3/rpc_server/mdssvc: Add attribute "kMDItemContentType". > * BUG 12591: vfs_streams_xattr: Use fsp, not base_fsp. > > o David Disseldorp <ddiss at samba.org> > * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour. > > o Amitay Isaacs <amitay at gmail.com> > * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler(). > > o Björn Jacke <bj at sernet.de> > * BUG 2210: pam: Map more NT password errors to...
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...root wheel 26256 Mar 21 16:11 menu.c32 -rw-rw-r-- 1 root wheel 3464 Apr 27 02:07 pcitest.c32 -rw-rw-r-- 1 root wheel 3036 Apr 27 02:07 pmload.c32 -rw-rw-r-- 1 root wheel 3064 Apr 27 02:07 prdhcp.c32 -rw-rw-r-- 1 root wheel 1500 Apr 27 02:07 pwd.c32 -rw-rw-r-- 1 root wheel 12144 Apr 27 02:07 pxechn.c32 -rw-rw-r-- 1 root wheel 1376 Apr 27 02:07 reboot.c32 -rw-rw-r-- 1 root wheel 1836 Apr 27 02:04 resolv.c32 -rw-rw-r-- 1 root wheel 12916 Apr 27 02:04 rosh.c32 -rw-rw-r-- 1 root wheel 1628 Apr 27 02:07 sanboot.c32 -rw-rw-r-- 1 root wheel 3092 Apr 27 02:...
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
...tfilepathinfo(8) dir info_level=1004 totdata=40 smbd/dosmode.c:unix_mode(111) unix_mode(dir) returning 0755 smbd/process.c:process_smb(878) Transaction 39 of length 45 smbd/process.c:switch_message(685)switch message SMBclose (pid 10017) smbd/reply.c:reply_close(3148) close directory fnum=12144 but the directory remains writeable. At compile time there were only some warnings about implicit declarations of functions, "__fork" in "smbwrapper/smbw.c" and many more with the pattern "smbw_some-syscall" in "smbwrapper/wrapped.c" but the comment in the...
2011 Jul 27
4
Creating a vm with a non-existent /dev/mapper/ tap2 device effectively hangs dom0 system
...sk sl"..., 1023) = 706 close(6) = 0 open("/proc/11327/cmdline", O_RDONLY) = 6 read(6, Trying to do almost anything against /proc/11327/ results in a hang, but I can see the FD''s ok: ukxen2 ~ # cd /proc/11327 ukxen2 11327 # ls -al & [2] 12144 ukxen2 11327 # cd fd ukxen2 fd # ls -al & [3] 12211 ukxen2 fd # total 0 dr-x------ 2 root root 0 Jul 27 16:24 . dr-xr-xr-x 7 root root 0 Jul 27 16:16 .. lrwx------ 1 root root 64 Jul 27 16:27 0 -> /dev/null lrwx------ 1 root root 64 Jul 27 16:27 1 -> /dev/null lrwx------ 1 root root 64...
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...12048 => Hello World +12056 => Hello World +12064 => Hello World +12072 => Hello World +12080 => Hello World +12088 => Hello World +12096 => Hello World +12104 => Hello World +12112 => Hello World +12120 => Hello World +12128 => Hello World +12136 => Hello World +12144 => Hello World +12152 => Hello World +12160 => Hello World +12168 => Hello World +12176 => Hello World +12184 => Hello World +12192 => Hello World +12200 => Hello World +12208 => Hello World +12216 => Hello World +12224 => Hello World +12232 => Hello World +12240...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...2040: 0, 0 +12048: , +12048: 0, 0 +12056: , +12056: 0, 0 +12064: , +12064: 0, 0 +12072: , +12072: 0, 0 +12080: , +12080: 0, 0 +12088: , +12088: 0, 0 +12096: , +12096: 0, 0 +12104: , +12104: 0, 0 +12112: , +12112: 0, 0 +12120: , +12120: 0, 0 +12128: , +12128: 0, 0 +12136: , +12136: 0, 0 +12144: , +12144: 0, 0 +12152: , +12152: 0, 0 +12160: , +12160: 0, 0 +12168: , +12168: 0, 0 +12176: , +12176: 0, 0 +12184: , +12184: 0, 0 +12192: , +12192: 0, 0 +12200: , +12200: 0, 0 +12208: , +12208: 0, 0 +12216: , +12216: 0, 0 +12224: , +12224: 0, 0 +12232: , +12232: 0, 0 +12240: , +12240:...