/usr/sbin/samba:6:invalid_name:__opendir:recursive_delete:cleanup_tmp_files:binary_smbd_main
Bug #1571725 reported by
errors.ubuntu.com bug bridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba |
Unknown
|
Unknown
|
|||
samba (Ubuntu) |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
The Ubuntu Error Tracker has been receiving reports about a problem regarding samba. This problem was most recently seen with version 2:4.3.8+
Changed in samba (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
I think this show the problem: path=0x0: smbd/server. c:56
__FUNCTION_ _ = "recursive_delete" smbd/server. c:102
#9 0x00005574949bcb15 in recursive_delete (path=0x0) at ../source4/
dir = <optimized out>
de = <optimized out>
#10 0x00005574949bd416 in cleanup_tmp_files (lp_ctx=<optimized out>) at ../source4/
path = <optimized out>
mem_ctx = 0x557495b2dad0
cleanup_ tmp_files( ): tmp_files( struct loadparm_context *lp_ctx)
static void cleanup_
{
char *path;
TALLOC_CTX *mem_ctx = talloc_new(NULL);
path = smbd_tmp_ path(mem_ ctx, lp_ctx, NULL);
recursive_ delete( path); free(mem_ ctx);
talloc_
}
So path got a NULL value somehow, according to the stacktrace.