[GitHub] [trafficserver] traeak closed issue #10363: CID 1518569: String not null terminated

2023-09-06 Thread via GitHub
traeak closed issue #10363: CID 1518569: String not null terminated URL: https://github.com/apache/trafficserver/issues/10363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] serrislew closed issue #10280: Slice plugin: HEAD requests causing memory issues

2023-09-06 Thread via GitHub
serrislew closed issue #10280: Slice plugin: HEAD requests causing memory issues URL: https://github.com/apache/trafficserver/issues/10280 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] masaori335 closed issue #10013: CID 1516688: Uninitialized members (UNINIT_CTOR)

2023-09-06 Thread via GitHub
masaori335 closed issue #10013: CID 1516688: Uninitialized members (UNINIT_CTOR) URL: https://github.com/apache/trafficserver/issues/10013 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [trafficserver] serrislew closed issue #10332: CID 1518612: Logically dead code

2023-09-07 Thread via GitHub
serrislew closed issue #10332: CID 1518612: Logically dead code URL: https://github.com/apache/trafficserver/issues/10332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [trafficserver] serrislew closed issue #10333: CID 1518611: Side effect in assertion

2023-09-07 Thread via GitHub
serrislew closed issue #10333: CID 1518611: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10333 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [trafficserver] GUI opened a new issue, #10393: 9.2.x Unexpected connection errors when proxying larger request bodies

2023-09-10 Thread via GitHub
GUI opened a new issue, #10393: URL: https://github.com/apache/trafficserver/issues/10393 When upgrading from 9.1.4 to 9.2.x, I've observed some issues with requests failing in unexpected ways that they didn't previously in 9.1.4. I'm not really certain what's happening, so it's a bit diffi

[GitHub] [trafficserver] shinrich opened a new issue, #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled

2023-09-11 Thread via GitHub
shinrich opened a new issue, #10396: URL: https://github.com/apache/trafficserver/issues/10396 I am seeing this on the current master. But I have only started running ASAN in our environment. I see nothing in the 9.1.3 code we were running previously that would have protected us from this c

[GitHub] [trafficserver] duke8253 closed issue #10138: H3 error handling issue

2023-09-11 Thread via GitHub
duke8253 closed issue #10138: H3 error handling issue URL: https://github.com/apache/trafficserver/issues/10138 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficserver] serrislew closed issue #10365: CDI 1518564: Out-of-bounds write

2023-09-11 Thread via GitHub
serrislew closed issue #10365: CDI 1518564: Out-of-bounds write URL: https://github.com/apache/trafficserver/issues/10365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [trafficserver] bryancall closed issue #10229: CID 1508987: Unchecked return value from library

2023-09-11 Thread via GitHub
bryancall closed issue #10229: CID 1508987: Unchecked return value from library URL: https://github.com/apache/trafficserver/issues/10229 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] shinrich closed issue #10323: Create helper TS API to return the file descriptor associated with a SSL connection

2023-09-11 Thread via GitHub
shinrich closed issue #10323: Create helper TS API to return the file descriptor associated with a SSL connection URL: https://github.com/apache/trafficserver/issues/10323 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [trafficserver] masaori335 opened a new issue, #10405: hwloc 2.x on macOS and FreeBSD

2023-09-12 Thread via GitHub
masaori335 opened a new issue, #10405: URL: https://github.com/apache/trafficserver/issues/10405 On Linux, we're building ATS with hwloc 2.9 - e.g. our `ubuntu:23.04` image. I'll check with macOS and FreeBSD. ``` » docker run -i -t -v $PWD:/workspace -w /workspace ci.trafficserver

[GitHub] [trafficserver] cmcfarlen commented on issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend

2023-09-12 Thread via GitHub
cmcfarlen commented on issue #10116: URL: https://github.com/apache/trafficserver/issues/10116#issuecomment-1716949230 I reran the reproduction steps after checking out pr #10399 and it no longer crashes. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [trafficserver] ywkaras commented on issue #10295: LSan: memory leak of pcre_jit_stack_alloc

2023-09-13 Thread via GitHub
ywkaras commented on issue #10295: URL: https://github.com/apache/trafficserver/issues/10295#issuecomment-1718339788 I'm not able to reproduce this problem, `test_RWW` and `test_jsonrpcserver` run with no leaks. I am testing on master, commit `55f6901951c9267aab2029ac8e2422e895e8dbb0`. H

[GitHub] [trafficserver] shinrich closed issue #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled

2023-09-14 Thread via GitHub
shinrich closed issue #10396: Use after free during transaction shutdown with attach_server_session_to_client enabled URL: https://github.com/apache/trafficserver/issues/10396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [trafficserver] maskit opened a new issue, #10412: CID 1508925: Uninitialized scalar field

2023-09-14 Thread via GitHub
maskit opened a new issue, #10412: URL: https://github.com/apache/trafficserver/issues/10412 IPCSocketClient.h ``` 44struct IPCSocketClient { 45 enum class ReadStatus { NO_ERROR = 0, BUFFER_FULL, STREAM_ERROR, UNKNOWN }; 46 using self_reference = IPCSocketClient &; 47

[GitHub] [trafficserver] maskit opened a new issue, #10414: CID 1508919: Unchecked return value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10414: URL: https://github.com/apache/trafficserver/issues/10414 RecCore.cc ``` 1141RecCounter 1142REC_ConfigReadCounter(const char *name) 1143{ 1144 RecCounter t = 0; CID 1508919 (#1 of 1): Unchecked return value (CHECKED_RETURN) 1.

[GitHub] [trafficserver] maskit opened a new issue, #10415: CID 1508917: Unchecked dynamic_cast

2023-09-14 Thread via GitHub
maskit opened a new issue, #10415: URL: https://github.com/apache/trafficserver/issues/10415 Http2ConnectionState.cc ``` 1640 if (check_max_concurrent_limit >= 0 && check_count >= check_max_concurrent_limit) { 1641HTTP2_INCREMENT_THREAD_DYN_STAT(max_streams_stat, this_ethread()

[GitHub] [trafficserver] maskit opened a new issue, #10420: CID 1508901: Use of 32-bit time_t

2023-09-14 Thread via GitHub
maskit opened a new issue, #10420: URL: https://github.com/apache/trafficserver/issues/10420 access_control/common.cc ``` 40int 41string2int(const StringView &s) 42{ 43 time_t t = 0; 44 try { 45t = static_cast(std::stoi(String(s))); 46 } catch (...) { 47/

[GitHub] [trafficserver] maskit opened a new issue, #10421: CID 1508898: Logically dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10421: URL: https://github.com/apache/trafficserver/issues/10421 access_control/utils.cc ``` 391size_t 392cryptoModifiedBase64Decode(const char *in, size_t inLen, char *out, size_t outLen) 393{ 394 size_t bufferLen = inLen; 395 switch (inLen %

[GitHub] [trafficserver] maskit opened a new issue, #10422: CID 1508896: Logically dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10422: URL: https://github.com/apache/trafficserver/issues/10422 Socks.cc ``` 526 socks_conf_stuff->socks_needed = 0; 527 socks_conf_stuff->accept_enabled = 0; const: At condition socks_config_fd >= 0, the value of socks_config_fd must be equa

[GitHub] [trafficserver] maskit opened a new issue, #10423: CID 1508894: Not restoring ostream format

2023-09-14 Thread via GitHub
maskit opened a new issue, #10423: URL: https://github.com/apache/trafficserver/issues/10423 traffic_dump/json_utils.cc ``` 129 // Finally, call write_buffered_content to write out any data that has not 130 // been written yet. 131 write_buffered_context(buf, prevIdx, idx, jso

[GitHub] [trafficserver] maskit opened a new issue, #10424: CID 1508893: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10424: URL: https://github.com/apache/trafficserver/issues/10424 inline/cache-handler.h ``` 7. alloc_fn: Storage is returned from allocation function operator new. 8. var_assign: Assigning: io = storage returned from new ats::io::IO. 329 ats::

[GitHub] [trafficserver] maskit opened a new issue, #10426: CID 1508884: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10426: URL: https://github.com/apache/trafficserver/issues/10426 stream_editor/stream_editor.cc ``` 848 while (--argc) { 3. alloc_arg: read_conf allocates memory that is stored into rewrites_out. [[show details](https://scan6.scan.coverity.com/eve

[GitHub] [trafficserver] maskit opened a new issue, #10428: CID 1508880: Structurally dead code

2023-09-14 Thread via GitHub
maskit opened a new issue, #10428: URL: https://github.com/apache/trafficserver/issues/10428 rpc/RPCClient.h ``` 52 std::string 53 invoke(std::string_view req) 54 { 55std::string text; // for error messages. 56std::unique_ptr buf(new char[BUFFER_SIZE]); 5

[GitHub] [trafficserver] maskit opened a new issue, #10429: CID 1508871: Uninitialized scalar variable

2023-09-14 Thread via GitHub
maskit opened a new issue, #10429: URL: https://github.com/apache/trafficserver/issues/10429 ``` 1161 TSHttpStatus status = TS_HTTP_STATUS_NONE; 1162 1. var_decl: Declaring variable req_url. 1163 UrlComponents req_url{rri, txnp}; 1164 2. Condition ops == NULL, ta

[GitHub] [trafficserver] maskit opened a new issue, #10433: CID 1508851: Improper use of negative value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10433: URL: https://github.com/apache/trafficserver/issues/10433 IPCSocketServer.cc ``` 221if (auto fd = this->accept(ec); !ec) { 24. identity_transfer: Passing fd as argument 1 to constructor for class Client, which sets client._fd to that argum

[GitHub] [trafficserver] maskit opened a new issue, #10435: CID 1508843: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10435: URL: https://github.com/apache/trafficserver/issues/10435 stream_editor.cc ``` 848 while (--argc) { 3. alloc_arg: read_conf allocates memory that is stored into rewrites_in. [[show details](https://scan6.scan.coverity.com/eventId=34751447-3&

[GitHub] [trafficserver] maskit opened a new issue, #10436: CID 1508838: Unchecked return value

2023-09-14 Thread via GitHub
maskit opened a new issue, #10436: URL: https://github.com/apache/trafficserver/issues/10436 remap_stats.cc ``` CID 1508838 (#1 of 1): Unchecked return value (CHECKED_RETURN) 21. check_return: Calling TSUserArgIndexReserve without checking return value (as is done elsewhere 6 out of

[GitHub] [trafficserver] maskit opened a new issue, #10437: CID 1508836: Uninitialized pointer field

2023-09-14 Thread via GitHub
maskit opened a new issue, #10437: URL: https://github.com/apache/trafficserver/issues/10437 apidefs.h ``` 1493 struct TSRPCHandlerOptions { 1494struct Auth { 1495 int restricted; ///< Tells the RPC Manager if the call can be delivered or not based on the config rules.

[GitHub] [trafficserver] maskit opened a new issue, #10438: CID 1508828: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10438: URL: https://github.com/apache/trafficserver/issues/10438 cookie_remap.cc ``` 862if (key == "regex") { 18. noescape: Resource sub is not freed or pointed-to in setRegexMatch. [[show details](https://scan6.scan.coverity.com/eventId=3465825

[GitHub] [trafficserver] maskit opened a new issue, #10439: CID 1508827: Resource leak

2023-09-14 Thread via GitHub
maskit opened a new issue, #10439: URL: https://github.com/apache/trafficserver/issues/10439 ``` 316 /* Create the new header using http header in icap response */ 4. alloc_fn: Storage is returned from allocation function TSHttpParserCreate. [[show details](https://scan6.scan.co

[GitHub] [trafficserver] moonchen closed issue #10214: CID 1518256: Ignoring number of bytes read

2023-09-14 Thread via GitHub
moonchen closed issue #10214: CID 1518256: Ignoring number of bytes read URL: https://github.com/apache/trafficserver/issues/10214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [trafficserver] masaori335 commented on issue #10295: LSan: memory leak of pcre_jit_stack_alloc

2023-09-14 Thread via GitHub
masaori335 commented on issue #10295: URL: https://github.com/apache/trafficserver/issues/10295#issuecomment-1720278345 ``` root@a365165da8f7:/workspace/out_of_source_build_dir# cat config.nice #! /bin/sh # # Created by configure CC="clang"; export CC CXX="clang++"; exp

[GitHub] [trafficserver] kenballus commented on issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend

2023-09-17 Thread via GitHub
kenballus commented on issue #10116: URL: https://github.com/apache/trafficserver/issues/10116#issuecomment-1722683756 I can no longer reproduce the issue. Seems like it's fixed. Thanks everyone! -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [trafficserver] kenballus closed issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend

2023-09-17 Thread via GitHub
kenballus closed issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend URL: https://github.com/apache/trafficserver/issues/10116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [trafficserver] lzx404243 opened a new issue, #10455: Crash triggered by use-after-free of HttpSM

2023-09-18 Thread via GitHub
lzx404243 opened a new issue, #10455: URL: https://github.com/apache/trafficserver/issues/10455 Encountered this crash in production running our internal 9.x that seems like a use-after-free of HttpSM: ``` #0 Mutex_lock (t=0x7fb2bfffb440, m=0x0) at ts/iocore/eventsystem/I_Lock.

[GitHub] [trafficserver] ywkaras closed issue #10201: CID 1508991: Resource leak

2023-09-18 Thread via GitHub
ywkaras closed issue #10201: CID 1508991: Resource leak URL: https://github.com/apache/trafficserver/issues/10201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] kenballus opened a new issue, #10459: ATS forwards invalid headers

2023-09-18 Thread via GitHub
kenballus opened a new issue, #10459: URL: https://github.com/apache/trafficserver/issues/10459 ATS accepts and forwards header names containing the following characters, all of which RFC 9110 does not permit in header names: `\t`, ` `, `"`, `(`, `)`, `,`, `/`, `;`, `<`, `=`, `>`, `?`, `@

[GitHub] [trafficserver] shinrich closed issue #9573: Add allow-plain server port attribute

2023-09-19 Thread via GitHub
shinrich closed issue #9573: Add allow-plain server port attribute URL: https://github.com/apache/trafficserver/issues/9573 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [trafficserver] ywkaras closed issue #10424: CID 1508893: Resource leak

2023-09-19 Thread via GitHub
ywkaras closed issue #10424: CID 1508893: Resource leak URL: https://github.com/apache/trafficserver/issues/10424 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] github-actions[bot] commented on issue #9065: traffic_layout remove command core dumped

2023-09-20 Thread via GitHub
github-actions[bot] commented on issue #9065: URL: https://github.com/apache/trafficserver/issues/9065#issuecomment-1728645593 This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

[GitHub] [trafficserver] github-actions[bot] commented on issue #8780: pcre library needs to be upgrade to pcre2

2023-09-20 Thread via GitHub
github-actions[bot] commented on issue #8780: URL: https://github.com/apache/trafficserver/issues/8780#issuecomment-1728645793 This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

[GitHub] [trafficserver] maskit opened a new issue, #10482: CID 1521541: Uninitialized pointer field

2023-09-21 Thread via GitHub
maskit opened a new issue, #10482: URL: https://github.com/apache/trafficserver/issues/10482 ``` 277 CacheStatsBlock vol_rsb; 278 1. uninit_member: Non-static class member vol_rsb.direntries_used is not initialized in this constructor nor in any functions that it calls.

[GitHub] [trafficserver] maskit closed issue #10422: CID 1508896: Logically dead code

2023-09-22 Thread via GitHub
maskit closed issue #10422: CID 1508896: Logically dead code URL: https://github.com/apache/trafficserver/issues/10422 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [trafficserver] maskit closed issue #10414: CID 1508919: Unchecked return value

2023-09-22 Thread via GitHub
maskit closed issue #10414: CID 1508919: Unchecked return value URL: https://github.com/apache/trafficserver/issues/10414 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [trafficserver] maskit closed issue #10421: CID 1508898: Logically dead code

2023-09-22 Thread via GitHub
maskit closed issue #10421: CID 1508898: Logically dead code URL: https://github.com/apache/trafficserver/issues/10421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [trafficserver] bneradt opened a new issue, #10504: Crash in Http2ConnectionState::_get_configured_receive_session_window_size

2023-09-22 Thread via GitHub
bneradt opened a new issue, #10504: URL: https://github.com/apache/trafficserver/issues/10504 We noticed the following ATS 10 crash in production. It's a nullptr dereference that would come up every 10-30 minutes on a box running about 1,800 rps. ``` (gdb) bt

[GitHub] [trafficserver] bneradt commented on issue #10504: Crash in Http2ConnectionState::_get_configured_receive_session_window_size

2023-09-22 Thread via GitHub
bneradt commented on issue #10504: URL: https://github.com/apache/trafficserver/issues/10504#issuecomment-1732169247 Here's `this` at frame 3: ``` (gdb) f 3 #3 Http2ConnectionState::_get_configured_initial_window_size (this=0x7f6da49a7310) at ../../../../../../_scm/trafficser

[GitHub] [trafficserver] brbzull0 closed issue #9396: What happened to DerivativeMetrics from traffic_manager?

2023-09-25 Thread via GitHub
brbzull0 closed issue #9396: What happened to DerivativeMetrics from traffic_manager? URL: https://github.com/apache/trafficserver/issues/9396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [trafficserver] bneradt closed issue #10423: CID 1508894: Not restoring ostream format

2023-09-25 Thread via GitHub
bneradt closed issue #10423: CID 1508894: Not restoring ostream format URL: https://github.com/apache/trafficserver/issues/10423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [trafficserver] bryancall closed issue #10341: CID 1518597: Side effect in assertion

2023-09-25 Thread via GitHub
bryancall closed issue #10341: CID 1518597: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [trafficserver] bryancall closed issue #10333: CID 1518611: Side effect in assertion

2023-09-25 Thread via GitHub
bryancall closed issue #10333: CID 1518611: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10333 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [trafficserver] bryancall closed issue #10342: CID 1518596: Side effect in assertion

2023-09-25 Thread via GitHub
bryancall closed issue #10342: CID 1518596: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10342 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [trafficserver] bryancall closed issue #10343: CID 1518595: Side effect in assertion

2023-09-25 Thread via GitHub
bryancall closed issue #10343: CID 1518595: Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10343 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [trafficserver] bryancall closed issue #10362: 1518570 Side effect in assertion

2023-09-25 Thread via GitHub
bryancall closed issue #10362: 1518570 Side effect in assertion URL: https://github.com/apache/trafficserver/issues/10362 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [trafficserver] bneradt closed issue #10351: CID 1518586: Resource leak

2023-09-25 Thread via GitHub
bneradt closed issue #10351: CID 1518586: Resource leak URL: https://github.com/apache/trafficserver/issues/10351 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] bneradt closed issue #10194: CID 1518133: Resource leak

2023-09-25 Thread via GitHub
bneradt closed issue #10194: CID 1518133: Resource leak URL: https://github.com/apache/trafficserver/issues/10194 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] cmcfarlen closed issue #10377: cmake: JE/MI malloc support

2023-09-25 Thread via GitHub
cmcfarlen closed issue #10377: cmake: JE/MI malloc support URL: https://github.com/apache/trafficserver/issues/10377 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

[GitHub] [trafficserver] moonchen closed issue #10358: CID 1518573: Unchecked return value

2023-09-25 Thread via GitHub
moonchen closed issue #10358: CID 1518573: Unchecked return value URL: https://github.com/apache/trafficserver/issues/10358 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [trafficserver] ywkaras closed issue #10435: CID 1508843: Resource leak

2023-09-25 Thread via GitHub
ywkaras closed issue #10435: CID 1508843: Resource leak URL: https://github.com/apache/trafficserver/issues/10435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] masaori335 commented on issue #10296: test_NextHopConsistentHash failure

2023-09-25 Thread via GitHub
masaori335 commented on issue #10296: URL: https://github.com/apache/trafficserver/issues/10296#issuecomment-1734839006 I noticed the log file (`test_NextHopConsistentHash.log`) has this leak report. ``` = ==25140==ERR

[GitHub] [trafficserver] masaori335 commented on issue #10296: test_NextHopConsistentHash failure

2023-09-26 Thread via GitHub
masaori335 commented on issue #10296: URL: https://github.com/apache/trafficserver/issues/10296#issuecomment-1734949444 If I set breakpoint on line 607, it always fail. `markNextHop` and `findNextHop` has some race? https://github.com/apache/trafficserver/blob/93ac94cb9eed1868887ccb

[GitHub] [trafficserver] traeak commented on issue #6237: ATS7,8,9 remap_stats: wrong stat ids assigned after hard traffic_server crash

2023-09-26 Thread via GitHub
traeak commented on issue #6237: URL: https://github.com/apache/trafficserver/issues/6237#issuecomment-1735773784 With removal of traffic_manager this might be resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [trafficserver] masaori335 opened a new issue, #10530: lld on ubuntu 2304

2023-09-26 Thread via GitHub
masaori335 opened a new issue, #10530: URL: https://github.com/apache/trafficserver/issues/10530 In the `ci.trafficserver.apache.org/ats/ubuntu:23.04` (`ca43c27c309e`) image, using `lld` instead of `ld` made build failure. ``` + /tmp/ats/bin/traffic_server -K -k -R 1 /tmp/ats/bi

[GitHub] [trafficserver] bneradt closed issue #10020: CID 1513224: Resource leaks (RESOURCE_LEAK)

2023-09-27 Thread via GitHub
bneradt closed issue #10020: CID 1513224: Resource leaks (RESOURCE_LEAK) URL: https://github.com/apache/trafficserver/issues/10020 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [trafficserver] nasheayahu opened a new issue, #10537: Unknown command verb trafficservic

2023-09-27 Thread via GitHub
nasheayahu opened a new issue, #10537: URL: https://github.com/apache/trafficserver/issues/10537 New to Apache Traffic Server, listed the help, but is there a way to find what and where as in the .config and line number of the "Unknown command verb trafficservic." is? I was following the "

[GitHub] [trafficserver] bneradt commented on issue #10537: Unknown command verb trafficservic

2023-09-27 Thread via GitHub
bneradt commented on issue #10537: URL: https://github.com/apache/trafficserver/issues/10537#issuecomment-1737871007 The message "Unknown command verb" is a systemctl error because it does not recognized trafficservic (did you mean "trafficserver"?) as a systemctl operation. Usually st

[GitHub] [trafficserver] traeak closed issue #9602: Is there a more accurate way to represent cache HIT when using the slice plugin?

2023-09-27 Thread via GitHub
traeak closed issue #9602: Is there a more accurate way to represent cache HIT when using the slice plugin? URL: https://github.com/apache/trafficserver/issues/9602 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [trafficserver] nasheayahu closed issue #10537: Unknown command verb trafficservic

2023-09-27 Thread via GitHub
nasheayahu closed issue #10537: Unknown command verb trafficservic URL: https://github.com/apache/trafficserver/issues/10537 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] masaori335 opened a new issue, #10539: LSan: Unit Test Leaks with `--enable-malloc-allocator`

2023-09-28 Thread via GitHub
masaori335 opened a new issue, #10539: URL: https://github.com/apache/trafficserver/issues/10539 Combination of LSan & MallocAllocator uncovered existing memory leaks of unit tests. ``` ==22727==ERROR: LeakSanitizer: detected memory leaks Direct leak of 14336 byte(s) in 7 ob

[GitHub] [trafficserver] masaori335 opened a new issue, #10541: LSan: test_proxy_hdrs crash

2023-09-28 Thread via GitHub
masaori335 opened a new issue, #10541: URL: https://github.com/apache/trafficserver/issues/10541 As part of #10539, trying fix of memory leak in the `test_http_hdr_print_and_copy_aux`, I faced a crash. The leak trying to fix ``` ==26521==ERROR: LeakSanitizer: detected memory

[GitHub] [trafficserver] masaori335 commented on issue #10541: LSan: test_proxy_hdrs crash

2023-09-28 Thread via GitHub
masaori335 commented on issue #10541: URL: https://github.com/apache/trafficserver/issues/10541#issuecomment-1738697363 It looks like the destructor of `HTTPHdr` should destroy the `m_heap`, ideally. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [trafficserver] ywkaras closed issue #10426: CID 1508884: Resource leak

2023-09-28 Thread via GitHub
ywkaras closed issue #10426: CID 1508884: Resource leak URL: https://github.com/apache/trafficserver/issues/10426 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [trafficserver] masaori335 closed issue #10463: Adjust PreWarm stats with new `ts::Metrics`

2023-09-28 Thread via GitHub
masaori335 closed issue #10463: Adjust PreWarm stats with new `ts::Metrics` URL: https://github.com/apache/trafficserver/issues/10463 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [trafficserver] github-actions[bot] commented on issue #9113: "Targeted HTTP Cache Control“ specs supports

2023-09-30 Thread via GitHub
github-actions[bot] commented on issue #9113: URL: https://github.com/apache/trafficserver/issues/9113#issuecomment-1741921238 This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

Re: [I] CID 1508828: Resource leak [trafficserver]

2023-10-02 Thread via GitHub
duke8253 closed issue #10438: CID 1508828: Resource leak URL: https://github.com/apache/trafficserver/issues/10438 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [I] CID 1508917: Unchecked dynamic_cast [trafficserver]

2023-10-02 Thread via GitHub
maskit closed issue #10415: CID 1508917: Unchecked dynamic_cast URL: https://github.com/apache/trafficserver/issues/10415 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [I] CID 1508911: Unchecked dynamic_cast [trafficserver]

2023-10-02 Thread via GitHub
maskit closed issue #10417: CID 1508911: Unchecked dynamic_cast URL: https://github.com/apache/trafficserver/issues/10417 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [I] Support transform plugins on tunnels [trafficserver]

2023-10-02 Thread via GitHub
shinrich closed issue #10313: Support transform plugins on tunnels URL: https://github.com/apache/trafficserver/issues/10313 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] Feature Request: Logging Quick Retries in Last Layer (MID Layer) [trafficserver]

2023-10-02 Thread via GitHub
ezelkow1 commented on issue #10547: URL: https://github.com/apache/trafficserver/issues/10547#issuecomment-1743874250 Have you tried enabling all parent logging with debug enabled to see if you can get what you want? -- This is an automated message from the Apache Git Service. To respond

[I] s3_auth: crash on S3Config destructor [trafficserver]

2023-10-02 Thread via GitHub
masaori335 opened a new issue, #10555: URL: https://github.com/apache/trafficserver/issues/10555 We faced a crash of s3_auth plugin with our 9.2.x deployment. ``` [ 00 ] libpthread-2.17.so __libc_waitpid

Re: [I] transaction timeouts with proxy.config.http.cache.open_write_fail_action set to '5' [trafficserver]

2023-10-03 Thread via GitHub
Spidey01 commented on issue #8614: URL: https://github.com/apache/trafficserver/issues/8614#issuecomment-1745232464 This morning, I tried reproducing this with ATS 9.2.1 and it just works as expected - issue does not reproduce. ``` ==> /var/log/trafficserver/access.log <== {"loc

Re: [I] Feature Request: Logging Quick Retries in Last Layer (MID Layer) [trafficserver]

2023-10-03 Thread via GitHub
mirakae commented on issue #10547: URL: https://github.com/apache/trafficserver/issues/10547#issuecomment-1745297344 Information for the retry is there, but not able to get it into logs: [http_trans_debug_retry_mid.txt](https://github.com/apache/trafficserver/files/12794589/http_tran

Re: [I] background_fetch plugin requires origin support 206s [trafficserver]

2023-10-03 Thread via GitHub
traeak closed issue #7974: background_fetch plugin requires origin support 206s URL: https://github.com/apache/trafficserver/issues/7974 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [I] CID 1508851: Improper use of negative value [trafficserver]

2023-10-06 Thread via GitHub
brbzull0 closed issue #10433: CID 1508851: Improper use of negative value URL: https://github.com/apache/trafficserver/issues/10433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[I] We should update the build_h3_tools.sh dependency section [trafficserver]

2023-10-07 Thread via GitHub
bneradt opened a new issue, #10562: URL: https://github.com/apache/trafficserver/issues/10562 The build_h3_tools.sh script lists dependencies which are clearly outdated. @JosiahWI pointed out that they reference Python2, which is clearly no longer needed. With ATS 10 we are adding t

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753401860 The crash is observed to be coincided with changes in https://github.com/apache/trafficserver/pull/10157, where the port is also considered when comparing entries in `Conn

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753417930 In the core, I noticed that HttpSM of a request from `1.1.1.1:80` was being added to ConnectingEntry of `1.1.1.1:443` I believe this is how the crash happened: -

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
lzx404243 commented on issue #10455: URL: https://github.com/apache/trafficserver/issues/10455#issuecomment-1753420205 So it seems the problem is the looping condition assumes entries in the `ConnectingIpPool` is keyed in the IP address only. With https://github.com/apache/trafficserver/pu

Re: [I] CID 1508988: Resource leak [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10203: CID 1508988: Resource leak URL: https://github.com/apache/trafficserver/issues/10203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [I] CID 1508977: Resource leak [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10204: CID 1508977: Resource leak URL: https://github.com/apache/trafficserver/issues/10204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [I] CID 1508975: Argument cannot be negative [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10228: CID 1508975: Argument cannot be negative URL: https://github.com/apache/trafficserver/issues/10228 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] CID 1508971: Use of 32-bit time_t [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10207: CID 1508971: Use of 32-bit time_t URL: https://github.com/apache/trafficserver/issues/10207 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] CID 1508997: Out-of-bounds access [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10199: CID 1508997: Out-of-bounds access URL: https://github.com/apache/trafficserver/issues/10199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] CID 1508982: Argument cannot be negative [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10225: CID 1508982: Argument cannot be negative URL: https://github.com/apache/trafficserver/issues/10225 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] Fix my cmake vandalization for ESI unit test [trafficserver]

2023-10-09 Thread via GitHub
bryancall closed issue #10552: Fix my cmake vandalization for ESI unit test URL: https://github.com/apache/trafficserver/issues/10552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

Re: [I] Crash triggered by use-after-free of HttpSM [trafficserver]

2023-10-09 Thread via GitHub
bneradt closed issue #10455: Crash triggered by use-after-free of HttpSM URL: https://github.com/apache/trafficserver/issues/10455 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[I] ATS forwards invalid chunk sizes [trafficserver]

2023-10-10 Thread via GitHub
kenballus opened a new issue, #10580: URL: https://github.com/apache/trafficserver/issues/10580 ATS's chunked message body validation has problems dealing with malformed chunk sizes. When a chunk size matches the following regular expression: `\d+[^\d]+` (i.e. some digits followed by some n

Re: [I] CRC code can be incorrect on 9.2 for IMS_MISS [trafficserver]

2023-10-10 Thread via GitHub
github-actions[bot] commented on issue #9128: URL: https://github.com/apache/trafficserver/issues/9128#issuecomment-1756607899 This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

<    1   2   3   4   5   6   7   8   9   10   >