Displaying 20 results from an estimated 10000 matches similar to: "PDB files and "Delayed Write Failed""
2008 Feb 24
0
CentOS-announce Digest, Vol 36, Issue 11
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jan 18
1
CESA-2008:0031 Important CentOS 5 x86_64 xorg-x11-server Update
CentOS Errata and Security Advisory 2008:0031 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2008-0031.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
840dfb40dc6685fa393659bf812dc048 xorg-x11-server-sdk-1.1.1-48.26.el5_1.4.x86_64.rpm
287b8e6e833cb450ca18bb4a6e08a09d
2008 Jan 18
1
CESA-2008:0031 Important CentOS 5 i386 xorg-x11-server Update
CentOS Errata and Security Advisory 2008:0031 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2008-0031.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
cc1541eae4493e8f54a4c8aa8bed22e8 xorg-x11-server-sdk-1.1.1-48.26.el5_1.4.i386.rpm
8aee176f1bb4c92e86c739ab930b83b4
2008 Feb 23
0
CESA-2008:0157 Important CentOS 5 x86_64 cups - security update
CentOS Errata and Security Advisory 2009:0157
https://rhn.redhat.com/errata/RHSA-2008-0157.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
cups-1.2.4-11.14.el5_1.4.x86_64.rpm
cups-devel-1.2.4-11.14.el5_1.4.i386.rpm
cups-devel-1.2.4-11.14.el5_1.4.x86_64.rpm
cups-libs-1.2.4-11.14.el5_1.4.i386.rpm
cups-libs-1.2.4-11.14.el5_1.4.x86_64.rpm
2007 Dec 11
0
CESA-2007:1114 Critical CentOS 5 x86_64 samba Update
CentOS Errata and Security Advisory 2007:1114 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2007-1114.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
39d87140503ad36511342574f7a36e51 samba-3.0.25b-1.el5_1.4.x86_64.rpm
54c1cba50d31ec190977b8f398d6fdb6 samba-client-3.0.25b-1.el5_1.4.x86_64.rpm
2018 Mar 08
2
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
Is it possible to write a .pdb file containing the debug info stored in a
COFFObjectFile once the NotifyObjectEmitted is triggered by the JIT
compiler ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180308/3c25cddd/attachment.html>
2018 Mar 10
0
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
Hi Vivien,
I'm not familiar with Windows development, but I believe you could dump the
object file to disk then run LINK.EXE to produce the PDB. Alternatively, I
think LLD can also produce PDB files (Rui -- is that right?), in which case
you may be able to use that.
Is the aim to be able to debug JIT'd code? Which debugger do you plan to
use?
-- Lang.
On Thu, Mar 8, 2018 at 4:23 AM,
2007 Dec 11
0
CESA-2007:1114 Critical CentOS 5 i386 samba Update
CentOS Errata and Security Advisory 2007:1114 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2007-1114.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
69ae4c2949e6519de0ff62ae41e739a7 samba-3.0.25b-1.el5_1.4.i386.rpm
7213770d536a287d44299ff1e9adca60 samba-client-3.0.25b-1.el5_1.4.i386.rpm
2008 Feb 23
0
CESA-2008:0157 Important CentOS 5 i386 cups - security update
CentOS Errata and Security Advisory 2009:0157
https://rhn.redhat.com/errata/RHSA-2008-0157.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
cups-1.2.4-11.14.el5_1.4.i386.rpm
cups-devel-1.2.4-11.14.el5_1.4.i386.rpm
cups-libs-1.2.4-11.14.el5_1.4.i386.rpm
cups-lpd-1.2.4-11.14.el5_1.4.i386.rpm
src:
cups-1.2.4-11.14.el5_1.4.src.rpm
--------------
2018 Mar 14
0
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
Hi, thanks for the answers, i tried to use LINK.EXE to produce a pdb, but
unfortunately, it produces an empty pdb (i have debug symbols in the dumped
.obj because I can see them with PEViewer).
It is probably because i have undefined symbols, which is logical because
i'm dumping machine code which points to running native code. I still dont
understand why LINK.EXE is not able to produce a
2018 Mar 14
1
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
I'm sorry but I don't think I understand the question. But if you can't
produce a pdb using MSVC, it is hard to imagine that only lld can do,
unless MSVC linker has a bug.
On Wed, Mar 14, 2018 at 3:07 PM Vivien Millet <vivien.millet at gmail.com>
wrote:
> Hi, thanks for the answers, i tried to use LINK.EXE to produce a pdb, but
> unfortunately, it produces an empty pdb
2018 Mar 14
2
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
On Fri, Mar 9, 2018 at 7:00 PM Lang Hames <lhames at gmail.com> wrote:
> Hi Vivien,
>
> I'm not familiar with Windows development, but I believe you could dump
> the object file to disk then run LINK.EXE to produce the PDB.
> Alternatively, I think LLD can also produce PDB files (Rui -- is that
> right?), in which case you may be able to use that.
>
Yes, lld can
2008 May 19
0
CentOS-announce Digest, Vol 39, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jan 19
0
CentOS-announce Digest, Vol 35, Issue 11
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Dec 11
0
CentOS-announce Digest, Vol 34, Issue 8
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 May 19
0
CEBA-2008:0219 CentOS 5 i386 device-mapper-multipath Update
CentOS Errata and Bugfix Advisory 2008:0219
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0219.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
595507777df9907e6a514156a1a39e91 device-mapper-multipath-0.4.7-12.el5_1.4.i386.rpm
6dbc1f26ff888504fdc312c5d0cfd72d kpartx-0.4.7-12.el5_1.4.i386.rpm
Source:
2008 May 19
0
CEBA-2008:0219 CentOS 5 x86_64 device-mapper-multipath Update
CentOS Errata and Bugfix Advisory 2008:0219
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0219.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
6848614cc3bdb00abf10b5de1570098b device-mapper-multipath-0.4.7-12.el5_1.4.x86_64.rpm
5937c6cdf355f631c930961278748573 kpartx-0.4.7-12.el5_1.4.x86_64.rpm
2002 Feb 18
1
Delayed Write Failed!
Hi all.
I'm running Samba 2.2.3a with WinXP client and I keep getting messages
that say "Delayed Write Failed" when saving to Samba shares. I don't
have any hardware problems or similar problems with Linux programs.
Here's my smb.conf:
# Samba configuration
[global]
###### HACKS AND TWEAKS ######
use spnego = no
domain guest group = @smbguest nobody guest
domain
2008 Feb 27
1
Samba 3.0.25b on centos 5.1 a lot of signal 11 very unstable!!!
Hi.
We add a new virtual machine with vmware server 1.0.4, centos 5.x
client, we update the server with yum and receive samba
3.0.25b-1.el5_1.4, we have a PDC running Gentoo with Samba
3.0.24+ldap, all the windows clients and other Linux boxes(.3.0.10 +
3.0.23 + 3.0.24) are working very good and stable.
The only problem is this new server, i read about some changes
with samba 3.0.25b and
2012 Jun 26
0
home share disconnected / delayed write failure
Hello everybody,
we have an annoying problem with our samba server randomly disconnecting the home shares.
Our "Application Data" folders as well as "Desktop" are redirected to directories in the user's home folder outside ".profiledata" to avoid the copying during logon /logoff.
>From time to time clients get an error message "Delayed Write