Thomas D. Dean on Mon, 17 Sep 2007 21:06:22 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
[service@paypal.com: AutoResponse - Email Returned SAXK (KMM2339376I96L0KM) :ppk1] |
Looks like support@paypal.com is subscribed to the list????? ------- Start of forwarded message ------- X-Coding-System: nil Mail-from: From service@paypal.com Mon Sep 17 10:56:23 2007 Return-Path: <service@paypal.com> Received: from dv6000.tddhome (localhost [127.0.0.1]) by dv6000.tddhome (8.14.1/8.14.1) with ESMTP id l8HHuNOY054615 for <tomdean@localhost>; Mon, 17 Sep 2007 10:56:23 -0700 (PDT) (envelope-from service@paypal.com) Received: from mail.speakeasy.net [69.17.117.59] by dv6000.tddhome with POP3 (fetchmail-6.3.8) for <tomdean@localhost> (single-drop); Mon, 17 Sep 2007 10:56:23 -0700 (PDT) Received: (qmail 17927 invoked from network); 17 Sep 2007 17:49:40 -0000 Received: from mxperim1.sea5.speakeasy.net ([69.17.117.66]) (envelope-sender <service@paypal.com>) by mail17.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for <tomdean@speakeasy.org>; 17 Sep 2007 17:49:40 -0000 Received: from localhost (localhost [127.0.0.1]) by mxperim1.sea5.speakeasy.net (Postfix) with ESMTP id 339055BBCD for <tomdean@speakeasy.org>; Mon, 17 Sep 2007 10:49:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at mxperim1.sea5.speakeasy.net Received: from mxperim1.sea5.speakeasy.net ([127.0.0.1]) by localhost (mxperim1.sea5.speakeasy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xixwmz-w6Hgz for <tomdean@speakeasy.org>; Mon, 17 Sep 2007 10:49:39 -0700 (PDT) Received: from phx01imail03.phx.paypal.com (mx1.phx.paypal.com [66.211.168.231]) by mxperim1.sea5.speakeasy.net (Postfix) with ESMTP for <tomdean@speakeasy.org>; Mon, 17 Sep 2007 10:49:39 -0700 (PDT) DomainKey-Signature: s=dkim; d=paypal.com; c=nofws; q=dns; h=Content-Class:Thread-Topic:Received:Message-ID:Date: From:X-MimeOLE:To:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:X-Mailer:Return-Path: X-OriginalArrivalTime; b=A9JzAsP1ZFO8zUNWFbUl7wwslWSo6dCpayBlOE+Y+1u0bqXyEIVZl /l9CS9/7qFBlb1Has7R/3FTxIKIbCW8DzjG7cqbrgDlCkTNmM1pH4 PnmIPNOOgYgHaKjezvDRL51XRLlxIySekEaXMOG0bDcUdYs9rN/43 wmkMkaQrPhfA=; Content-Class: urn:content-classes:message Thread-Topic: AutoResponse - Email Returned SAXK (KMM2339376I96L0KM) :ppk1 Date: Mon, 17 Sep 2007 12:49:38 -0500 (CDT) From: "PayPal Customer Service 1" <service@paypal.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 To: "Thomas D. Dean" <tomdean@speakeasy.org> Subject: AutoResponse - Email Returned SAXK (KMM2339376I96L0KM) :ppk1 X-OriginalArrivalTime: 17 Sep 2007 17:49:34.0547 (UTC) FILETIME=[1BB00230:01C7F953] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail17.sea5 X-Spam-Level: X-Spam-Status: No, score=-13.4 required=5.0 tests=BAYES_50, USER_IN_DEF_WHITELIST autolearn=disabled version=3.0.4 Dear Thomas D. Dean, Thank you for contacting PayPal Customer Service. The best way to contact PayPal is to send an email through our Help Center. Customer service is available 24 hours a day, 7 days a week to respond to your questions. Click the "Contact Us" link at the bottom of any page to get in touch with customer service. If you have a general question about PayPal, try searching our Help Center for the answer. - ------------------------------------- Questions about your account? - ------------------------------------- For answers to specfic questions about your account, please log in to your account before clicking "Contact Us" and sending an email through the Help Center. In your email, please provide as much information as possible so that we can provide you with the best possible customer service. - ----------------------- Trouble logging in? - ----------------------- If you're contacting PayPal because you're unable to log in to your account, please contact us using the form below: https://www.paypal.com/ewf/f=default - ---------------------------------- Received a suspicious email? - ---------------------------------- If you suspect that you've received a phishing email, forward it to spoof@paypal.com. We'll respond and let you know whether the email you received is really from PayPal. If you responded to a phishing email with personal information, please log in to your PayPal account and check your transaction history for any payments you don't recognize. Then, we strongly recommend that you change your security questions and password. To learn more about identifying phishing emails and staying safe online, please visit the PayPal Security Center. Thank you for choosing PayPal. ________________________________________________________________________ This email is sent to you by the contracting entity to your User Agreement, either PayPal Inc, PayPal Pte. Ltd or PayPal (Europe) S.à r.l. & Cie, S.C.A. Société en Commandite par Actions, Registered Office: 5th Floor 22-24 Boulevard Royal L-2449, Luxembourg RCS Luxembourg B 118 349. ________________________________________________________________________ Please do not reply to this e-mail. Mail sent to this address will not be answered. - -------- Original Email: I have a problem using the libpari function, somme. Help on sum shows: The library syntax is somme(entree *ep, GEN a, GEN b, char *expr, GEN x). This is to be used as follows: ep represents the dummy variable used in the expression expr /* compute a^2 + ... + b^2 */ { /* define the dummy variable "i" */ entree *ep = is_entry("i"); /* sum for a <= i <= b */ return somme(ep, a, b, "i^2", gen_0); } However, my code entree *ep = is_entry("i"); s = somme(ep, gen_1, n, "i^2", gen_0); produces the fault: *** segmentation fault: bug in PARI or calling program. *** Error in the PARI system. End of program. >From gdb, I see 18 s = somme(ep, gen_1, n, "i^2", gen_0); (gdb) n Program received signal SIGSEGV, Segmentation fault. 0x28217194 in new_val_cell () from /usr/X11R6/lib/libpari.so.2 (gdb) bt #0 0x28217194 in new_val_cell () from /usr/X11R6/lib/libpari.so.2 #1 0x00002028 in ?? () #2 0x08151fdc in ?? () #3 0x00000000 in ?? () #4 0x282cd644 in __JCR_LIST__ () from /usr/X11R6/lib/libpari.so.2 #5 0x08151fdc in ?? () #6 0x08152000 in ?? () #7 0x08151fe8 in ?? () #8 0x2823b50d in somme () from /usr/X11R6/lib/libpari.so.2 #9 0x2804eb64 in elf_hash () from /libexec/ld-elf.so.1 Previous frame inner to this frame (corrupt stack?) What am I doing wrong? The code is below. tomdean #include <stdio.h> #include <pari/pari.h> #define MK_GEN(n) utoi((ulong)(n)) void calc_sum(int i) { GEN d,s,two,five,z,nr,q; GEN n; n = MK_GEN(i); entree *ep = is_entry("i"); pariprintf("n=%Z\n",n); s = somme(ep, gen_1, n, "i^2", gen_0); d = denom(s); two= gen_0; while (ggcd(MK_GEN(2),d) != gen_1) { d = gdiv(d,MK_GEN(2)); two = gadd(two,gen_1); } five = gen_0; while (ggcd(MK_GEN(5),d) != gen_1) { d = gdiv(d,MK_GEN(5)); five = gadd(five,gen_1); } z=znorder(gmodulo(MK_GEN(10),d),gen_0); nr = gmax(two, five); q = gfloor(s); pariprintf("%Z %Z %Z %Z %Z\n",n,q,nr,z); } int main(int argc, char **argv) { int i; pari_sp av; pari_init(1*1024*1024,2); for (i=10; i<20; i++) { av = avma; // initial pari stack pointer calc_sum(i); avma = av; // clear the pari stack } return 0; } ------- End of forwarded message -------