search for: error3

Displaying 20 results from an estimated 26 matches for "error3".

Did you mean: error
2015 Jun 18
1
Re: [PATCH v4 2/3] do_btrfs_subvolume_list: fix a bad return value
...ther alternative is to use more labels for error conditions in a symmetric way, like: ptr1 = malloc (...); if (ptr1 == NULL) goto error1; ptr1->subptr1 = malloc (...); if (ptr1->subptr1 == NULL) goto error2; ptr1->subptr2 = malloc (...); if (ptr1->subptr2 == NULL) goto error3; ... error3: free (ptr1->subptr1); error2: free (ptr1); error1: ... -- Pino Toscano
2012 Feb 10
3
[PATCH 0/3] Fix guestfish edit command.
This is a further, more comprehensive fix for https://bugzilla.redhat.com/show_bug.cgi?id=788641 The guestfish 'edit' command (aka 'emacs', 'vi') suffered from the same problems as virt-edit and more. It could have failed and left a partially overwritten file, and it didn't preserve permissions etc from the original file. These three patches fix all this. The first
2015 Mar 13
2
[PATCH] part-list: add support for show partition type
...;r->guestfs_int_partition_list_val[i].part_size) != 4) { + &r->guestfs_int_partition_list_val[i].part_size, + type_temp) != 5) { reply_with_error ("could not parse row from output of parted print command: %s", lines[row]); goto error3; } - } - } - else { - /* Old-style. Start at the line following "^Number", up to the - * next blank line. - */ - size_t start = 0, end = 0, row; - for (row = 0; lines[row] != NULL; ++row) - if (STRPREFIX (lines[row], "Number")) { - sta...
2015 Mar 13
0
Re: [PATCH] part-list: add support for show partition type
...artition_list_val[i].part_size) != 4) { > + &r->guestfs_int_partition_list_val[i].part_size, > + type_temp) != 5) { > reply_with_error ("could not parse row from output of parted print command: %s", lines[row]); > goto error3; > } > - } > - } > - else { > - /* Old-style. Start at the line following "^Number", up to the > - * next blank line. > - */ > - size_t start = 0, end = 0, row; > > - for (row = 0; lines[row] != NULL; ++row) > - if (STR...
2008 Jun 15
1
multilevel basic lme question
...and school_B are two different school characteristics, math is an individual score for each subject and sex is also an individual characteristic. Now i want to specify in R the following equations: math=a +b *sex +error1 a= aa+ bb*school_A+ cc*school_B+ error2 b= aaa+ bbb*school_A+ ccc*school_B+ error3 but i don't know how. I searched nabble but could not find anything. Thank you and have a great day ahead [[alternative HTML version deleted]]
2017 Jul 14
0
[PATCH 20/27] daemon: Reimplement ‘part_list’ API in OCaml.
...list_val[i].part_start, - &r->guestfs_int_partition_list_val[i].part_end, - &r->guestfs_int_partition_list_val[i].part_size) != 4) { - reply_with_error ("could not parse row from output of parted print command: %s", lines[row]); - goto error3; - } - } - - return r; - - error3: - free (r->guestfs_int_partition_list_val); - error2: - free (r); - return NULL; -} - int do_part_get_bootable (const char *device, int partnum) { diff --git a/daemon/parted.ml b/daemon/parted.ml index 6be41cf66..37e1b42be 100644 --- a/daemon/parted....
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
...hen I simply try to compile the program, I receive this 5 error messages. error1. d:\speex\speex-1.1.5\libspeex\lsp.c(104) : error C2054: expected '(' to follow 'inline' error2. d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2085: 'spx_cos' : not in formal parameter list error3.d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2143: syntax error : missing ';' before '{' error4.d:\speex\speex-1.1.5\libspeex\preprocess.c(974) : error C2143: syntax error : missing ';' before 'type' error 5.d:\speex\speex-1.1.5\libspeex\preprocess.c(1011) : err...
2015 Jun 17
2
Re: [PATCH v4 2/3] do_btrfs_subvolume_list: fix a bad return value
On Wednesday 17 June 2015 16:19:32 Chen Hanxiao wrote: > don't return a value which is to be freed. > > v4: use strndup > v3: v3: fix test case failure > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> > --- > daemon/btrfs.c | 26 +++++++++++++++++--------- > 1 file changed, 17 insertions(+), 9 deletions(-) > > diff --git a/daemon/btrfs.c
2020 Apr 09
0
[PATCH nbdkit v2 3/3] tmpdisk: Implement this plugin using fileops.
...goto error; - } - else /* Regular file. */ - h->size = statbuf.st_size; - nbdkit_debug ("tmpdisk: requested_size = %" PRIi64 ", size = %" PRIi64, - requested_size, h->size); + if (init_fileops (fd, fops) == -1) + goto error3; /* We don't need the disk to appear in the filesystem since we hold * a file descriptor and access it through that, so unlink the disk. @@ -357,139 +290,26 @@ tmpdisk_open (int readonly) rmdir (dir); /* Return the handle. */ - return h; + return fops; - error: - if (h) {...
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
...8,b3 F2->i13,b4 F2->i20,b5 F3->F1,c1 F3->F2,c2 F4->i1,d1 F4->i5,d2 F4->i9,d3 F4->i10,d4 F4->i14,d5 F4->i16,d6 F4->i17,d7 F4->i19,d8 F1<->F1,NA,1 F2<->F2,NA,1 F3<->F3,NA,1 F4<->F4,NA,1 i2<->i2,error1 i4<->i4,error2 i6<->i6,error3 i7<->i7,error4 i8<->i8,error5 i11<->i11,error6 i13<->i13,error7 i15<->i15,error8 i18<->i18,error9 i20<->i20,error10 i1<->i1,error11 i3<->i3,error12 i5<->i5,error13 i9<->i9,error14 i10<->i10,error15 i12<->i12,error16 i14&l...
2004 Aug 06
2
improved error.log output --diff
..._ __FILE__ #endif -#define ERROR0(y) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y) -#define ERROR1(y, a) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a) -#define ERROR2(y, a, b) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a, b) -#define ERROR3(y, a, b, c) log_write(errorlog, 1, CATMODULE "/", __FUNCTION__, y, a, b, c) - -#define WARN0(y) log_write(errorlog, 2, CATMODULE "/", __FUNCTION__, y) -#define WARN1(y, a) log_write(errorlog, 2, CATMODULE "/", __FUNCTION__, y, a) -#define WARN2(y, a, b) log_write(error...
2015 Oct 05
2
[PATCH] Remove multiple hacks that only apply to RHEL 5.
...[i].part_start, - &r->guestfs_int_partition_list_val[i].part_end, - &r->guestfs_int_partition_list_val[i].part_size) != 4) { - reply_with_error ("could not parse row from output of parted print command: %s", lines[row]); - goto error3; - } - } + /* lines[0] is "BYT;", lines[1] is the device line which we ignore, + * lines[2..] are the partitions themselves. Count how many. + */ + size_t nr_rows = 0, row; + for (row = 2; lines[row] != NULL; ++row) + ++nr_rows; + + r = malloc (sizeof *r); + if (r ==...
2009 Apr 15
3
MySQL On ZFS Performance(fsync) Problem?
...M join_buffer_size = 16M #if lock memory #memlock table_cache = 1024 thread_cache_size = 512 thread_concurrency = 8 query_cache_type=0 #memory table max size tmp_table_size = 128M #******************************* Logs related settings *************************** log-error=/usr/local/mysql/log/error3.log long_query_time = 1 log_long_format slow_query_log=/usr/local/mysql/log/slow-query3.log binlog_cache_size = 2M max_binlog_size = 512M log-bin=/data/mysqldata3/binlog/mysql-bin sync_binlog=1 #log warnings log_warnings #******************************* Replication related settings **************...
2013 Mar 18
2
Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.
...-> V5, values4 IDENTITY -> V16, identity0 IDENTITY -> V6, identity1 IDENTITY -> V11, identity2 IDENTITY -> V7, identity3 ABILITY <-> ABILITY, NA, 1 VALUES <-> VALUES, NA, 1 IDENTITY <-> IDENTITY, NA, 1 V1 <-> V1, error1 V2 <-> V2, error2 V3 <-> V3, error3 V4 <-> V4, error4 V5 <-> V5, error5 V6 <-> V6, error6 V7 <-> V7, error7 V8 <-> V8, error8 V9 <-> V9, error9 V10 <-> V10, error10 V11 <-> V11, error11 V12 <-> V12, error12 V13 <-> V13, error13 V14 <-> V14, error14 V15 <-> V15, e...
2020 Apr 09
6
[PATCH nbdkit v2 0/3] Implement fileops.
Needs some work still, see in particular the commit message for patch 3. Rich.
2018 Apr 30
0
RFC: LLVM Assembly format for ThinLTO Summary
...`opt -module-summary` on a bitcode file that already contains a summary? I feel like the behavior should be the same when run on a textual IR file containing a summary, probably? > > > > > > * 1. ignore -module-summary and build the summary from the LLVM assembly2. > give an error3. compare the two summaries (one created from the assembly > and the new one created by the analysis phase from the IR), and error if > they are different.My opinion is to do a), so that the behavior using > -module-summary doesn’t change. We also need a way to force building of a > fre...
2018 May 01
0
llvm-dev Digest, Vol 167, Issue 3
...e we read the combined > summary index file emitted for that file by the distributed thin link. > > > > > >> > >> > >> > >> > >> > >> * 1. ignore -module-summary and build the summary from the LLVM > >> assembly2. give an error3. compare the two summaries (one created from > the > >> assembly and the new one created by the analysis phase from the IR), and > >> error if they are different.My opinion is to do a), so that the > behavior > >> using -module-summary doesn’t change. We also need...
2018 Apr 24
8
RFC: LLVM Assembly format for ThinLTO Summary
Hi everyone, I started working on a long-standing request to have the summary dumped in a readable format to text, and specifically to emit to LLVM assembly. Proposal below, please let me know your thoughts. Thanks, Teresa *RFC: LLVM Assembly format for ThinLTO
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2017 Jul 27
23
[PATCH v3 00/23] Reimplement many daemon APIs in OCaml.
I think this fixes everything mentioned: - Added the Optgroups module as suggested. - Remove command temporary files. - Replace command ~flags with ?fold_stdout_on_stderr. - Nest _with_mounted function. - Rebase & retest. Rich.