search for: unterminated

Displaying 20 results from an estimated 138 matches for "unterminated".

2008 Dec 09
2
unterminated string literal, how to properly send strings
...se some of the error_descs have newlines, the browser is receiving page code that looks like this: y = escape(''Information about the error. Another line in the description. A third line in the description string.''); JavaScript is choking on the broken string with the error "unterminated string literal". What is the best practices way to handle this, since apparently Rails''s h() isn''t removing newlines? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&quo...
2016 Mar 17
4
Bug#818525: xen: FTBFS: error: unterminated comment
...X -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prot > otypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/grant_table.i compat/grant_table.c > compat/grant_table.c:33:1: error: unterminated comment > /* > ^ > compat/grant_table.c:28:0: error: unterminated #ifndef > #ifndef __XEN_PUBLIC_GRANT_TABLE_H__ > ^ > Makefile:61: recipe for target 'compat/grant_table.i' failed > make[5]: *** [compat/grant_table.i] Error 1 > rm compat/features.i compat/callbac...
2016 Mar 17
0
Bug#818525: Bug#818525: xen: FTBFS: error: unterminated comment
...omit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prot >> otypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -o compat/grant_table.i compat/grant_table.c >> compat/grant_table.c:33:1: error: unterminated comment >> /* >> ^ >> compat/grant_table.c:28:0: error: unterminated #ifndef >> #ifndef __XEN_PUBLIC_GRANT_TABLE_H__ >> ^ >> Makefile:61: recipe for target 'compat/grant_table.i' failed >> make[5]: *** [compat/grant_table.i] Error 1 >> rm...
2005 Feb 21
0
bug? Unterminated comment detected beginning on line 0
Hi, Using latest cvs. A comment-line begins with semicolon ; However - if the line contains ;-- or like this ; -- blabla bla -- You get this error and * stops reading that file: Feb 21 13:47:12 WARNING[17393]: config.c:664 config_text_file_load: Unterminated comment detected beginning on line 0 Shouldn't Asterisk skip any line beginning with a semicolon? Or should a comment now be terminated too? /Stig ------------------------------------------------------------------------------------- N Y H E T E R! - IP-telefoni, spara tusenlappar om ?ret!...
2006 Dec 17
0
unterminated string literal
...raining(training)) %> ApplicationHelper has a method like this: def update_daytraining(training) update_page do |page| page.insert_html :bottom, ''daytaining'', "<br>Test:#{training.date}</br>" end end I get now following javascripterror : Error: unterminated string literal } catch (e) { alert(''RJS error: Source Code is: <div onmouseover="try { new Insertion.Bottom("daytaining", " Test:2006-12-07"); } catch (e) { alert(''RJS error: '' + e.toString()); alert(''new Insertion.Bottom("daytai...
2002 Jun 25
1
configure for R 1.5.x on Solaris (fwd)
...g problems at the configure stage when trying to build R on Solaris 5.8. configure finds everything it needs but when it runs config.status to make all the Makefiles and headers, I get a huge slew of errors like this: config.status: creating src/extra/zlib/Makefile sed: -e expression #1, char 329: Unterminated `s' command sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command config.status: creating src/include/Makefile sed: -e expression #1, char 323: Unterminated `s' command sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command ...and so on. I have...
2010 Jun 11
1
[LLVMdev] [patch] Please apply this minor patch: it makes an error message about unterminated BB more detailed
An embedded and charset-unspecified text was scrubbed... Name: patch-verifier.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100611/ac456430/attachment.ksh>
2013 Apr 30
0
[LLVMdev] LLVM creates unterminated ELF .eh_frame sections
> The problem with this is that __register_frame function (in libgcc_s.so), > registering .eh_frame with an exception handler, only takes the pointer to > .eh_frame, and not the size of data, and should be able to detect the end of > data by scanning it and hitting zero DWORD (size). There is no trailing > zero, and it runs into the next section and tries to interpret it as an >
2013 Apr 30
1
[LLVMdev] LLVM creates unterminated ELF .eh_frame sections
On 04/30/2013 11:53, Rafael EspĂ­ndola wrote: > Are you trying MCJIT?:-) No. > > I first tried to compensate for that in MCJIT by adding those 4 bytes. > That works for Linux, but not for OS X where __register_frame takes a > single FDE at a time. I have an incomplete wip patch if you are > interested. On BSD __register_frame also takes a single argument and therefore needs
2013 Apr 27
2
[LLVMdev] LLVM creates unterminated ELF .eh_frame sections
Please look at the fragment of the hex dump of LLVM-created ELF showing the beginning and end of .eh_frame: .eh_frame begin 000297a0 14 00 00 00 00 00 00 00 01 7a 52 00 01 78 10 01 |.........zR..x..| 000297b0 1b 0c 07 08 90 01 00 00 18 00 00 00 1c 00 00 00 |................| <...skipped...> 0002cb00 00 00 00 00 0b 01 00 00 00 41 0e 10 86 02 43 0d |.........A....C.| 0002cb10 06 42
2002 Jun 21
0
configure for R 1.5.x on Solaris
...g problems at the configure stage when trying to build R on Solaris 5.8. configure finds everything it needs but when it runs config.status to make all the Makefiles and headers, I get a huge slew of errors like this: config.status: creating src/extra/zlib/Makefile sed: -e expression #1, char 329: Unterminated `s' command sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command config.status: creating src/include/Makefile sed: -e expression #1, char 323: Unterminated `s' command sed: file /tmp/cs6134-11745/subs-1.sed line 38: Unterminated `s' command ...and so on. I have...
2005 Mar 18
1
Cisco 7940 convert to sip
Hi! Can anybody help me with convert Cisco 7940 CallManager Phone to a SIP Phone? I have continious error in tftp log: connect from 192.168.1.111 Mar 18 12:12:30 AKrasavin utftpd[10081]: peer requests OS79XX.TXT, conversion octet Mar 18 12:12:30 AKrasavin utftpd[10081]: unterminated option value in init packet Mar 18 15:12:30 AKrasavin xinetd[10068]: START: tftp pid=10080 from=192.168.1.111 Mar 18 15:12:30 AKrasavin xinetd[10068]: EXIT: tftp pid=10080 duration=0(sec) Mar 18 15:12:30 AKrasavin xinetd[10068]: START: tftp pid=10082 from=192.168.1.111 Mar 18 12:12:30 AKrasavin utf...
2003 Apr 23
1
buildworld error
Hi all, I think this ist the right for this question. buildworld bombs out with the following: /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5117: unterminated character constant /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5351: unbalanced `#endif' /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5353: unbalanced `#endif' /usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/src/server.c:5850: unbalanced `#end...
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2008 Mar 31
4
Packet corruption in re0
----- Original Message ---- > From: Pyun YongHyeon <pyunyh@gmail.com> > To: Ian FREISLICH <ianf@clue.co.za> > Cc: FreeBSD Current <freebsd-current@freebsd.org>; Robert Backhaus <robbak@robbak.com> > Sent: Monday, March 17, 2008 8:12:03 AM > Subject: Re: Packet corruption in re0 > > On Fri, Feb 22, 2008 at 10:43:22AM +0200, Ian FREISLICH wrote: >
2007 Oct 29
1
Asterisk: No Longer Answering Calls
...ched to port 4 (FXO) on my digium TDM411P card. I am running Asterisk 1.4.11 with zaptel-1.4.5.1 and libpri-1.4.1 on Fedora Core 5, Linux Kernel 2.6.15-1.2054_FC5smp when I look in the asterisk messages log file I see this interesting messages: --------- [Oct 29 12:03:09] WARNING[2073] config.c: Unterminated comment detected beginning on line 28 [Oct 29 12:03:09] WARNING[2073] chan_zap.c: Unable to specify channel 4: No such device or address [Oct 29 12:03:09] ERROR[2073] chan_zap.c: Unable to open channel 4: No such device or address here = 0, tmp->channel = 4, channel = 4 [Oct 29 12:03:09] ERROR[2...
2012 Jan 05
2
Error while rake actions
rake aborted! /home/Mahesh/uma/myapp/Rakefile:6: unterminated string meets end of file /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `load'' /usr/local/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile'' /usr/local/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'' /usr/local/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handlin...
2009 Aug 24
5
[0/5] guestfish: detect stdout-write failure
Nearly any program that writes to standard output can benefit from this sort of fix. Without it, running e.g., ./guestfish --version > /dev/full would exit successfully, even though it got ENOSPC when writing to the full device. That means regular output redirected to a file on a full partition may also fail to be written, and the error ignored. Before: $ guestfish --version >
2004 Sep 10
2
reading vorbis comments with FLAC++?
...org> wrote: > On Mon, Nov 17, 2003 at 11:10:58AM -0800, Josh Coalson wrote: > > > but there's still junk on the char* i get back from > > > get_field_value(). > > > > there's no terminating null for these routines either, they > > are returning the unterminated UTF-8 buffer just like the C > > API. > > OK. I assumed that stuff passed back to the user as char* would have > been made to behave like a normal C string. > > > it's hard to do that without dealing with encodings right in the > > metadata API. > > What a...