From owner-freebsd-ports@FreeBSD.ORG Sat Jan 25 15:16:53 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6D0EA08; Sat, 25 Jan 2014 15:16:53 +0000 (UTC) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 786831947; Sat, 25 Jan 2014 15:16:53 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id uo5so4309230pbc.41 for ; Sat, 25 Jan 2014 07:16:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rmh0NjNsJ8qZgzNEkt3rSuTN044Ae7vlTOFUSKpaWJo=; b=KsMmDedGq0MjZ5HpNoSoc+yFEtbqiTLSHd/9/LJZNVvwawxN2CblawSuIXtJXmKgg3 tNvUp7BrvK8rWnFWi6lkfROj8y9hIGl4XBSAabpTQ1aR87H9Q/VAHAcEbR4QrjBkN+i/ vVbAvFbyx78t27D3VzZtGC7vLcT/6I0shhvKu21r2V0dBMgaub71e+F4ca6PfSDNL0b+ IT6CN+oUJ2cvMUD7ft8blXBPBPxgh+TG4OdFQlAOGtFasxptOIFLUZ3FuvVReMFC6ip5 VZpTJgNV3H123KAAKB9WekmCBv9Cdskhs7nmVzW2scUfHvVrmKJZFYo2Ka9edhafXw2s So8w== MIME-Version: 1.0 X-Received: by 10.66.121.164 with SMTP id ll4mr20737536pab.48.1390663013098; Sat, 25 Jan 2014 07:16:53 -0800 (PST) Received: by 10.70.84.73 with HTTP; Sat, 25 Jan 2014 07:16:53 -0800 (PST) In-Reply-To: <20140124212130.1fa1fce7@kalimero.tijl.coosemans.org> References: <20140124212130.1fa1fce7@kalimero.tijl.coosemans.org> Date: Sat, 25 Jan 2014 16:16:53 +0100 Message-ID: Subject: Re: newsbeuter/stfl error From: Zsolt Udvari To: Tijl Coosemans Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports mailing list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 15:16:53 -0000 Good news! Can I help something? Zsolt 2014-01-24 Tijl Coosemans : > On Fri, 24 Jan 2014 19:50:38 +0100 Zsolt Udvari wrote: >> Hi list! >> >> I'm using www/newsbeuter to read my rss-feeds but after upgrade 9.2 to >> 10.0 it doesn't start. >> >> Starting newsbeuter 2.8... >> Loading configuration...done. >> Opening cache...done. >> Loading URLs from /home/zsolt/.config/newsbeuter/urls...done. >> Loading articles from cache...done. >> STFL Parser Error near ''. >> zsh: abort (core dumped) >> >> >> In gdb: >> #0 0x000000080283026a in thr_kill () from /lib/libc.so.7 >> #1 0x00000008028f7ac9 in abort () from /lib/libc.so.7 >> #2 0x0000000801c740de in stfl_parser () from /usr/local/lib/libstfl.so >> #3 0x0000000801c718b7 in stfl_create () from /usr/local/lib/libstfl.so >> #4 0x00000000004d6c1f in form (this=0x8053dfec0, text=@0x7fffffffcdf0) >> at basic_string.h:235 >> #5 0x0000000000469456 in formaction (this=0x805102880, vv=, formstr= >> {static npos = , _M_dataplus = {> = {<__gnu_cxx::new_allocator> = {}, >> }, _M_p = 0x7fffffffcdf0 "\030F\005\005\b"}}) at src/formaction.cpp:59 >> #6 0x00000000004766fd in feedlist_formaction (this=0x805102880, >> vv=0x7fffffffd7a0, formstr=) at src/feedlist_formaction.cpp:442 >> #7 0x0000000000432119 in newsbeuter::view::run (this=0x7fffffffd7a0) >> at src/view.cpp:288 >> #8 0x000000000043fd67 in newsbeuter::controller::run (this=Unhandled >> dwarf expression opcode 0x9f ) at src/controller.cpp:76 >> #9 0x00007fffffffd578 in ?? () >> #10 0x00007fffffffd540 in ?? () >> #11 0x00000008050b8300 in ?? () >> #12 0x0000000000000000 in ?? () >> >> The newsbeuter 2.7 worked well in FreeBSD 9.2 so I've downgraded to >> 2.7 but same error. Maybe it's possible it's a user error (pebkac) but >> what's wrong? Or it's newsbeuter/stfl bug or freebsd-incompatibility? >> What can I do to solve these problem? > > A patch for this is waiting for review/approval.