[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Friday, September 27, 2019 1:32:55 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 2 >Send Dwarf-Discuss mailing list submissions to >dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit >http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to >dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at >dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Re: DW_AT_segment and relocation (Michael Eager) > 2. Re: DW_AT_segment and relocation (Jayvee Neumann) > > >-- > >Message: 1 >Date: Thu, 26 Sep 2019 14:11:52 -0700 >From: Michael Eager >To: Jayvee Neumann , >dwarf-discuss@lists.dwarfstd.org >Subject: Re: [Dwarf-Discuss] DW_AT_segment and relocation >Message-ID: <0d19af28-3aa4-f199-3487-6578e3396...@eagerm.com> >Content-Type: text/plain; charset=utf-8; format=flowed > >On 9/26/19 3:33 AM, Jayvee Neumann via Dwarf-Discuss wrote: >> Dear DWARF experts, >> >> I have a question regarding the attribute DW_AT_segment. I do not quite >> understand how to handle it, yet. >> It can appear in a DIE (or its parent) whenever DW_AT_low_pc, >> DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc, or a location description >> that evaluates to an Address are used. >> It can contain a location expression itself. So it can depend not only >> on compile-time information but also on run-time information. >> >> Assume, I have an attribute DW_AT_low_pc. If there is no DW_AT_segment, >> this attribute is simply the low_pc as it was determined during >> compile-time. While debugging, this value has to be relocated if the >> image had been relocated. If there is a DW_AT_segment expression is >> relocation still necessary? Evaluating the expression could also >> incorporate the usage of run-time information and relocated addresses >> (i.e. the DS/CS/SS registers). >> >> I hope I was able to articulate my question well, English is not my >> native language. >> >> Kind Regards >> Jayvee > >Your question is quite clear, but we don't know the context. What >architecture are you working with and what ar you trying to do? > >As Ron mentioned, AT_segment is intended to support architectures like >the X86 where an address is composed of a [segment,offset] pair. Most >architectures do not use segments. > >-- >Michael Eagerea...@eagerm.com >1960 Park Blvd., Palo Alto, CA 94306 > > >-- > >Message: 2 >Date: Fri, 27 Sep 2019 10:29:03 +0200 >From: Jayvee Neumann >To: Michael Eager , dwarf-discuss@lists.dwarfstd.org >Subject: Re: [Dwarf-Discuss] DW_AT_segment and relocation >Message-ID: > >Content-Type: text/plain; charset="utf-8" > >Thank you Michael and Ron, > >what I am trying to do is write a consumer that is able to handle images >from several targets: i386, AMD64, and also ARM. The target images will be >loaded and running (and debugged during run-time). >I want to find a way to handle addresses in a simple way, abstracting from >the underlying architecture. So my first Idea was giving each address a >segment that can either be zero or an expression. > >That lead to the problem I mentioned in the first email. I think this is >best explained with an example. If the image (e.g. a DLL or a shared >library) has a preferred loading address of 0x1000, this address is used in >DWARF. But the image could be loaded at e.g. 0x2000 (or any other address). >The consumer has to adjust all the pc values in DWARF in that case. A >function whose DWARF information say is loaded from e.g. 0x10E8 to 0x1120 >is actually loaded from 0x20E8 to 0x2120. An attribute DW_AT_low_pc with >the value 0x1500 would represent the address 0
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Friday, September 27, 2019 1:40:13 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 3 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Fri, 27 Sep 2019 22:33:57 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cq...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Friday, September 27, 2019 1:32:55 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 2 > >>Send Dwarf-Discuss mailing list submissions to >>dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >>http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >>dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >>dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Re: DW_AT_segment and relocation (Michael Eager) >> 2. Re: DW_AT_segment and relocation (Jayvee Neumann) >> >> >>-- >> >>Message: 1 >>Date: Thu, 26 Sep 2019 14:11:52 -0700 >>From: Michael Eager >>To: Jayvee Neumann , >>dwarf-discuss@lists.dwarfstd.org >>Subject: Re: [Dwarf-Discuss] DW_AT_segment and relocation >>Message-ID: <0d19af28-3aa4-f199-3487-6578e3396...@eagerm.com> >>Content-Type: text/plain; charset=utf-8; format=flowed >> >>On 9/26/19 3:33 AM, Jayvee Neumann via Dwarf-Discuss wrote: >>> Dear DWARF experts, >>> >>> I have a question regarding the attribute DW_AT_segment. I do not quite >>> understand how to handle it, yet. >>> It can appear in a DIE (or its parent) whenever DW_AT_low_pc, >>> DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc, or a location description >>> that evaluates to an Address are used. >>> It can contain a location expression itself. So it can depend not only >>> on compile-time information but also on run-time information. >>> >>> Assume, I have an attribute DW_AT_low_pc. If there is no DW_AT_segment, >>> this attribute is simply the low_pc as it was determined during >>> compile-time. While debugging,
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Friday, September 27, 2019 3:04:29 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 4 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > 2. Re: DW_AT_segment and relocation (Ron Brender) > 3. Re: DW_AT_segment and relocation (Michael Eager) > > >-- > >Message: 1 >Date: Fri, 27 Sep 2019 22:40:57 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cq...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Friday, September 27, 2019 1:40:13 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 3 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> >> >>-- >> >>Message: 1 >>Date: Fri, 27 Sep 2019 22:33:57 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cq...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le soutien
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Saturday, September 28, 2019 1:35:22 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 5 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Sat, 28 Sep 2019 00:07:01 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cq...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Friday, September 27, 2019 3:04:29 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 4 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> 2. Re: DW_AT_segment and relocation (Ron Brender) >> 3. Re: DW_AT_segment and relocation (Michael Eager) >> >> >>-- >> >>Message: 1 >>Date: Fri, 27 Sep 2019 22:40:57 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cq...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le sou
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Saturday, September 28, 2019 1:37:16 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 6 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Sat, 28 Sep 2019 22:37:13 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cr...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Saturday, September 28, 2019 1:35:22 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 5 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> >> >>-- >> >>Message: 1 >>Date: Sat, 28 Sep 2019 00:07:01 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cq...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le soutien technique en dehors des heures ouvrables est limit?. >> >>Vous pouvez aussi obtenir de l?aide en visitant
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Saturday, September 28, 2019 1:38:56 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 7 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Sat, 28 Sep 2019 22:38:44 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cr...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Saturday, September 28, 2019 1:37:16 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 6 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> >> >>-- >> >>Message: 1 >>Date: Sat, 28 Sep 2019 22:37:13 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cr...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le soutien technique en dehors des heures ouvrables est limit?. >> >>Vous pouvez aussi obtenir de l?aide en visitant
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Saturday, September 28, 2019 1:40:23 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 8 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Sat, 28 Sep 2019 22:40:14 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cr...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Saturday, September 28, 2019 1:38:56 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 7 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> >> >>-- >> >>Message: 1 >>Date: Sat, 28 Sep 2019 22:38:44 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cr...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le soutien technique en dehors des heures ouvrables est limit?. >> >>Vous pouvez aussi obtenir de l?aide en visitant
[Dwarf-Discuss] Notification
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited support outside of the local business hours. You can also obtain support through our Service Desk Portal on the web at help.wsp.com Thank you -- Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en utilisant votre numéro local. Nous répondrons à votre courriel durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien technique en dehors des heures ouvrables est limité. Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au help.wsp.com Merci - Original Message - From: dwarf-discuss-requ...@lists.dwarfstd.org To: dwarf-discuss@lists.dwarfstd.org Sent: Saturday, September 28, 2019 1:41:52 PM GMT-07:00 Subject: Dwarf-Discuss Digest, Vol 119, Issue 9 >Send Dwarf-Discuss mailing list submissions to > dwarf-discuss@lists.dwarfstd.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >or, via email, send a message with subject or body 'help' to > dwarf-discuss-requ...@lists.dwarfstd.org > >You can reach the person managing the list at > dwarf-discuss-ow...@lists.dwarfstd.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Dwarf-Discuss digest..." > > >Today's Topics: > > 1. Notification (serviced...@help.wsp.com) > > >-- > >Message: 1 >Date: Sat, 28 Sep 2019 22:41:43 +0200 >From: >To: >Subject: [Dwarf-Discuss] Notification >Message-ID: <000m0aer1r6cr...@atos-services.net> >Content-Type: text/plain; charset="utf-8" > > >Your email to the Global IT Service Desk has been received - if this is an >issue requiring URGENT assistance, please CALL us using your in-country phone >number. We will respond to your e-mail during our regular hours of operation >between 7:00 AM to 6:00 PM local time. We provide limited support outside of >the local business hours. > >You can also obtain support through our Service Desk Portal on the web at >help.wsp.com > >Thank you > >-- > >Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par t?l?phone >en utilisant votre num?ro local. Nous r?pondrons ? votre courriel durant les >heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien >technique en dehors des heures ouvrables est limit?. > >Vous pouvez aussi obtenir de l?aide en visitant le portail de WSP au >help.wsp.com > >Merci > >- Original Message - >From: dwarf-discuss-requ...@lists.dwarfstd.org >To: dwarf-discuss@lists.dwarfstd.org >Sent: Saturday, September 28, 2019 1:40:23 PM GMT-07:00 >Subject: Dwarf-Discuss Digest, Vol 119, Issue 8 > >>Send Dwarf-Discuss mailing list submissions to >> dwarf-discuss@lists.dwarfstd.org >> >>To subscribe or unsubscribe via the World Wide Web, visit >> http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org >>or, via email, send a message with subject or body 'help' to >> dwarf-discuss-requ...@lists.dwarfstd.org >> >>You can reach the person managing the list at >> dwarf-discuss-ow...@lists.dwarfstd.org >> >>When replying, please edit your Subject line so it is more specific >>than "Re: Contents of Dwarf-Discuss digest..." >> >> >>Today's Topics: >> >> 1. Notification (serviced...@help.wsp.com) >> >> >>-- >> >>Message: 1 >>Date: Sat, 28 Sep 2019 22:40:14 +0200 >>From: >>To: >>Subject: [Dwarf-Discuss] Notification >>Message-ID: <000m0aer1r6cr...@atos-services.net> >>Content-Type: text/plain; charset="utf-8" >> >> >>Your email to the Global IT Service Desk has been received - if this is an >>issue requiring URGENT assistance, please CALL us using your in-country phone >>number. We will respond to your e-mail during our regular hours of operation >>between 7:00 AM to 6:00 PM local time. We provide limited support outside of >>the local business hours. >> >>You can also obtain support through our Service Desk Portal on the web at >>help.wsp.com >> >>Thank you >> >>-- >> >>Votre courriel achemin? au Centre d?assistance TI global a bien ?t? re?u- si >>ce probl?me requiert une assistance IMM?DIATE SVP nous contacter par >>t?l?phone en utilisant votre num?ro local. Nous r?pondrons ? votre courriel >>durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). >>Le soutien technique en dehors des heures ouvrables est limit?. >> >>Vous pouvez aussi obtenir de l?aide en visitant