Displaying 6 results from an estimated 6 matches for "chunk_alloc".
2010 Mar 12
2
[PATCH] Btrfs: force delalloc flushing when things get desperate
...&async->work);
- wait_on_flush(root, info);
+ wait_on_flush(root, info, soft);
return;
flush:
@@ -3146,14 +3152,17 @@ again:
if (!delalloc_flushed) {
delalloc_flushed = true;
- flush_delalloc(root, meta_sinfo);
+ flush_delalloc(root, meta_sinfo, 1);
goto again;
}
if (!chunk_allocated) {
+ int ret;
+
chunk_allocated = true;
- btrfs_wait_ordered_extents(root, 0, 0);
- maybe_allocate_chunk(root, meta_sinfo);
+ ret = maybe_allocate_chunk(root, meta_sinfo);
+ if (!ret)
+ flush_delalloc(root, meta_sinfo, 0);
goto again;
}
@@ -3338,7 +3347,7 @@ again:
if (!del...
1999 Nov 20
0
segfault in openssh-1.2pre13
...m /lib/libnsl.so.1...done.
> Reading symbols from /usr/lib/libz.so.1...done.
> Reading symbols from /lib/libutil.so.1...done.
> Reading symbols from /lib/libc.so.6...done.
> Reading symbols from /lib/ld-linux.so.2...done.
> Reading symbols from /lib/libnss_files.so.2...done.
> #0 chunk_alloc (ar_ptr=0x40132580, nb=184) at malloc.c:2723
> malloc.c:2723: No such file or directory.
> (gdb) bt
> #0 chunk_alloc (ar_ptr=0x40132580, nb=184) at malloc.c:2723
> #1 0x400a1b8a in __libc_malloc (bytes=176) at malloc.c:2616
> #2 0x4009ae5b in _IO_new_fopen (filename=0x8068e80 &quo...
2000 Feb 02
1
Bugreport: OpenSSH-1.2.2 Server for Linux (glibc 2.1.2)
...host authentication for bernd
Failed rhosts-rsa for bernd from 127.0.0.1 port 890 ruser bernd
debug: PAM Password authentication for "bernd" failed: Authentication failure
Failed password for bernd from 127.0.0.1 port 890
Program received signal SIGSEGV, Segmentation fault.
0x400b0ef2 in chunk_alloc (ar_ptr=0x40149ba0, nb=16) at malloc.c:2707
2707 malloc.c: No such file or directory.
(gdb) where
#0 0x400b0ef2 in chunk_alloc (ar_ptr=0x40149ba0, nb=16) at malloc.c:2707
#1 0x400b0e14 in __libc_malloc (bytes=8) at malloc.c:2651
#2 0x804ec58 in pamconv (num_msg=1, msg=0xbfffeca0, resp=0xbfffe...
2001 Jan 19
0
sshd crashes (w/ skey)
...oot at x openssh-2.3.0p1]#
Funny enough, core file is created in the root (/core) - I am not sure if that is 'expected' behavior - never had sshd crash before :)
gdb output shows:
(gdb) where
#0 0x400ae0d6 in chunk_free (ar_ptr=0x40142d60, p=0x80f3948) at malloc.c:3097
#1 0x400ade46 in chunk_alloc (ar_ptr=0x40142d60, nb=24) at malloc.c:2594
#2 0x400ad5ce in __libc_malloc (bytes=15) at malloc.c:2696
#3 0x400b2a29 in __strdup (s=0x4013b731 "/etc/localtime") at strdup.c:43
#4 0x400dd3c0 in tzset_internal (always=0) at tzset.c:169
#5 0x400de0db in __tz_convert (timer=0xbfffee8c, us...
2001 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
....engr.uvic.ca>
Comments: Outputs audio to the Open Sound System driver.
Playing from file xxx.
Program received signal SIGSEGV, Segmentation fault.
0x20000833908 in chunk_free () from /lib/libc.so.6.1
(gdb) backtrace
#0 0x20000833908 in chunk_free () from /lib/libc.so.6.1
#1 0x20000833504 in chunk_alloc () from /lib/libc.so.6.1
#2 0x20000834b60 in __libc_calloc () from /lib/libc.so.6.1
#3 0x20000239f60 in _vorbis_unpack_books () from /usr/lib/libvorbis.so.0
#4 0x2000023a59c in vorbis_synthesis_headerin () from /usr/lib/libvorbis.so.0
#5 0x20000484784 in _fetch_headers () from /usr/lib/libvorbi...
2003 Apr 04
2
chan_h323 problems....
I have had * installed for a couple of weeks now and am very impressed. I have got Zap, SIP and MGCP working and can call freely between them with just things like transfer still to sort out etc.
I then though I would add H.323 support to my working system, having read the previous threads on the subject before I installed I installed the pre-reqs
pwlib
openh323
gnugk for h.323 gatekeeper