Displaying 18 results from an estimated 18 matches for "28087".
Did you mean:
2087
2004 Aug 11
7
H323 call dropped when answered
...odecs:
Table:
G.723.1{sw} <1>
Set:
0:
0:
G.723.1{sw} <1>
-- Making call to 0797617729@xxx.xxx.xxx.xxx using gatekeeper.
== New H.323 Connection created.
-- sj1 is calling host 0797617729@xxx.xxx.xxx.xxx
-- Call token is ip$localhost/28087
-- Call reference is 28087
-- Called 0797617729@xxx.xxx.xxx.xxx
1:56.153 H225 Caller:813bbe0 h323trans.cxx(656) Trans
Timeout
on request seqnum=14213, try #1 of 2
1:59.163 H225 Caller:813bbe0 h323trans.cxx(656) Trans
Timeout
on request seqnum=14213, try #...
2016 Apr 07
5
Suddenly increased my hard disk
Hi John,
Am currently running dos mode not graphical mode.
Could you have any other method.
Hi Ashish,
You are correct.
qmailtoaster backup file which was around 184 GB in backup.gz type and i
have removed .bz2 type file with the same backup/mailbkup directory.
After removed .bz2 file it's gone backup.gz also which was 184 GB file.
I have run this command locate .gz but couldn't find out
2016 Apr 07
0
Suddenly increased my hard disk
...med your space, and some process still has it open
so that it's not being freed on the filesystem.
As root, look for deleted files:
# ls -l /proc/*/fd/* | grep '(deleted)'
For instance, among the output on my system, I see this:
l-wx------. 1 gmessmer gmessmer 64 Apr 7 09:41 /proc/28087/fd/1 ->
/home/gmessmer/tmp.1 (deleted)
The file /proc/28087/fd/1 appears as a symlink to a deleted file. In
that case, the process with PID 28087 has the file open. I can use "ps"
to determine what the process is, and terminate it appropriately.
2012 May 07
2
[LLVMdev] Address space information dropped
...for your quick response Joerg.
We have a very small test case where there is global array and its
address space attribute specified like in the following code
const int __attribute__((address_space(256))) fangle[13] =
{2341, 4681, 7022, 9362, 11703, 1403,16384,
18725, 21065, 23406, 25746, 28087, 30427};
I need to put its initializer in another memory because it has a
different address space and I wanted to pass this information through a
target-depend asm directive.
At the moment, I've overridden EmitGlobalVariable() from AsmPrinter
because I didn't see any other spot to put t...
2016 Apr 18
2
Suddenly increased my hard disk
...as it open so
> that it's not being freed on the filesystem.
>
> As root, look for deleted files:
>
> # ls -l /proc/*/fd/* | grep '(deleted)'
>
> For instance, among the output on my system, I see this:
>
> l-wx------. 1 gmessmer gmessmer 64 Apr 7 09:41 /proc/28087/fd/1 ->
> /home/gmessmer/tmp.1 (deleted)
>
> The file /proc/28087/fd/1 appears as a symlink to a deleted file. In that
> case, the process with PID 28087 has the file open. I can use "ps" to
> determine what the process is, and terminate it appropriately.
>
>
>...
2012 May 07
2
[LLVMdev] Address space information dropped
...ery small test case where there is global array and its
>> address space attribute specified like in the following code
>>
>> const int __attribute__((address_space(256))) fangle[13] =
>> {2341, 4681, 7022, 9362, 11703, 1403,16384,
>> 18725, 21065, 23406, 25746, 28087, 30427};
>>
>> I need to put its initializer in another memory because it has a
>> different address space and I wanted to pass this information
>> through a target-depend asm directive.
>> At the moment, I've overridden EmitGlobalVariable() from AsmPrinter
>>...
2012 May 07
0
[LLVMdev] Address space information dropped
...gt;
> We have a very small test case where there is global array and its
> address space attribute specified like in the following code
>
> const int __attribute__((address_space(256))) fangle[13] =
> {2341, 4681, 7022, 9362, 11703, 1403,16384,
> 18725, 21065, 23406, 25746, 28087, 30427};
>
> I need to put its initializer in another memory because it has a
> different address space and I wanted to pass this information
> through a target-depend asm directive.
> At the moment, I've overridden EmitGlobalVariable() from AsmPrinter
> because I didn't...
2012 May 08
0
[LLVMdev] Address space information dropped
...here there is global array and its
> >>address space attribute specified like in the following code
> >>
> >>const int __attribute__((address_space(256))) fangle[13] =
> >> {2341, 4681, 7022, 9362, 11703, 1403,16384,
> >> 18725, 21065, 23406, 25746, 28087, 30427};
> >>
> >>I need to put its initializer in another memory because it has a
> >>different address space and I wanted to pass this information
> >>through a target-depend asm directive.
> >>At the moment, I've overridden EmitGlobalVariable() fr...
2012 Sep 02
1
CELT 0.11.3 tandem test fails
...Random seed: 1346620073 (0A05)
PASS: ectest
Testing CWRS with N=2, K=1...
Testing CWRS with N=2, K=4682...
Testing CWRS with N=2, K=9363...
Testing CWRS with N=2, K=14044...
Testing CWRS with N=2, K=18725...
Testing CWRS with N=2, K=23406...
Testing CWRS with N=2, K=28087...
Testing CWRS with N=2, K=32767...
Testing CWRS with N=3, K=1...
Testing CWRS with N=3, K=4682...
Testing CWRS with N=3, K=9363...
Testing CWRS with N=3, K=14044...
Testing CWRS with N=3, K=18725...
Testing CWRS with N=3, K=23406...
Testing CWRS with N=3, K=28087.....
2012 May 07
0
[LLVMdev] Address space information dropped
On Mon, May 07, 2012 at 02:15:16PM +0200, Ivan Llopard wrote:
> I would like to emit target-dependent asm directives depending on the
> address space of constant initializers. Is there another method to
> implement this feature ?
I'm not sure I understand what your problem is. Can you provide an
example of what you see and what you expect, please?
Joerg
2012 May 07
4
[LLVMdev] Address space information dropped
Hi all,
Tuning my TargetAsmPrinter implementation in the back-end side, I
discovered that the address space number is not passed down while
emitting global variables with constant initializers. The information is
dropped at AsmPrinter::EmitGlobalConstant() function call which defaults
it to zero.
I would like to emit target-dependent asm directives depending on the
address space of constant
2018 Dec 11
0
Asterisk 13.24.0 Now Available
...olved in this release:
Security bugs fixed in this release:
-----------------------------------
* ASTERISK-28013 - res_http_websocket: Crash when reading HTTP
Upgrade requests
(Reported by Sean Bright)
New Features made in this release:
-----------------------------------
* ASTERISK-28087 - add flag to allow CALLERID(num) to be placed
in Contact header in chan_pjsip
(Reported by Torrey
Searle)
Bugs fixed in this release:
-----------------------------------
* ASTERISK-28125 - app_queue: Revert broken queue channel
reference patch
(Reported by lvl)
* A...
2018 Dec 11
0
Asterisk 16.1.0 Now Available
...* ASTERISK-28127 - Buffer overflow for DNS SRV/NAPTR records
(Reported by Jan Hoffmann)
* ASTERISK-28013 - res_http_websocket: Crash when reading HTTP
Upgrade requests
(Reported by Sean Bright)
New Features made in this release:
-----------------------------------
* ASTERISK-28087 - add flag to allow CALLERID(num) to be placed
in Contact header in chan_pjsip
(Reported by Torrey
Searle)
Bugs fixed in this release:
-----------------------------------
* ASTERISK-28151 - app_voicemail: MWI fails with
mailboxes=##@device instead of mailboxes=##@default...
2018 Dec 11
2
Asterisk 16.1.0 Now Available
...* ASTERISK-28127 - Buffer overflow for DNS SRV/NAPTR records
(Reported by Jan Hoffmann)
* ASTERISK-28013 - res_http_websocket: Crash when reading HTTP
Upgrade requests
(Reported by Sean Bright)
New Features made in this release:
-----------------------------------
* ASTERISK-28087 - add flag to allow CALLERID(num) to be placed
in Contact header in chan_pjsip
(Reported by Torrey
Searle)
Bugs fixed in this release:
-----------------------------------
* ASTERISK-28151 - app_voicemail: MWI fails with
mailboxes=##@device instead of mailboxes=##@default...
2012 Mar 02
0
Wine release 1.4-rc6
...26613 painkiller redemption steam mouse wheel not working
26872 Cannot create new profile in Dawn of War demo
27220 Internet Explorer 8 always show error message on startup
27293 PSO:BB - Cannot type a character name during character creation
27609 GTA Vice City hangs in initial menu
28087 foobar 2000: Crashes when editing tags (with configured media library)
28598 ArchiCAD 12: crashes when creating a new file or open an existing one
28801 stack_set_frame_internal passes undefined value into SymSetContext()?
29167 Star Wars: The Old Republic launcher locks up on icon highli...
2006 Jun 18
0
Out of Memory xenU
...ev kernel: cpu 0 cold: low 0, high 32, batch 16
Jun 18 08:57:42 lemodev kernel: Normal per-cpu: empty
Jun 18 08:57:42 lemodev kernel: HighMem per-cpu: empty
Jun 18 08:57:42 lemodev kernel:
Jun 18 08:57:42 lemodev kernel: Free pages: 2648kB (0kB HighMem)
Jun 18 08:57:42 lemodev kernel: Active:28087 inactive:28548 dirty:0
writeback:0 unstable:0 free:662 slab:5425 mapped:56309
Jun 18 08:57:42 lemodev kernel: DMA free:2648kB min:2048kB low:2560kB
high:3072kB active:112348kB inactive:114192kB present
Jun 18 08:57:42 lemodev kernel: lowmem_reserve[]: 0 0 0
Jun 18 08:57:42 lemodev kernel: Normal fr...
2019 Oct 28
0
Asterisk 17.0.0 Now Available
...disabling norefersub
(Reported by Dan Cropp)
* ASTERISK-28320 - Added ARI resource
/ari/channels/{channelid}/rtp_statistics
(Reported by
sungtae kim)
* ASTERISK-28267 - res_stasis: Add ability to switch
applications
(Reported by Benjamin Keith Ford)
* ASTERISK-28087 - add flag to allow CALLERID(num) to be placed
in Contact header in chan_pjsip
(Reported by Torrey
Searle)
* ASTERISK-27971 - res_pjsip: Implement additional SIP RFCs for
Google Voice trunk compatability
(Reported by Nick French)
Bugs fixed in this release:
---------...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...orruption
(Reported by Sandro Gauci)
*New Features made in this release:*
-----------------------------------
- [ASTERISK-28267
<https://issues.asterisk.org/jira/browse/ASTERISK-28267>] -
res_stasis: Add ability to switch applications
(Reported by Benjamin Keith Ford)
- [ASTERISK-28087
<https://issues.asterisk.org/jira/browse/ASTERISK-28087>] -
add flag to allow CALLERID(num) to be placed in Contact header in chan_pjsip
(Reported by Torrey Searle)
- [ASTERISK-27286
<https://issues.asterisk.org/jira/browse/ASTERISK-27286>] -
Add the ability to read the medi...